|
|
|
@ -2031,7 +2031,7 @@ var fromAscii = function(str) { |
|
|
|
|
* |
|
|
|
|
* @method transformToFullName |
|
|
|
|
* @param {Object} json-abi |
|
|
|
|
* @return {String} full fnction/event name |
|
|
|
|
* @return {String} full function/event name |
|
|
|
|
*/ |
|
|
|
|
var transformToFullName = function (json) { |
|
|
|
|
if (json.name.indexOf('(') !== -1) { |
|
|
|
@ -2361,7 +2361,7 @@ var isFunction = function (object) { |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Returns true if object is Objet, otherwise false |
|
|
|
|
* Returns true if object is Object, otherwise false |
|
|
|
|
* |
|
|
|
|
* @method isObject |
|
|
|
|
* @param {Object} |
|
|
|
@ -2757,7 +2757,7 @@ var Batch = function (web3) { |
|
|
|
|
* Should be called to add create new request to batch request |
|
|
|
|
* |
|
|
|
|
* @method add |
|
|
|
|
* @param {Object} jsonrpc requet object |
|
|
|
|
* @param {Object} jsonrpc request object |
|
|
|
|
*/ |
|
|
|
|
Batch.prototype.add = function (request) { |
|
|
|
|
this.requests.push(request); |
|
|
|
@ -4559,7 +4559,7 @@ Iban.createIndirect = function (options) { |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Thos method should be used to check if given string is valid iban object |
|
|
|
|
* This method should be used to check if given string is valid iban object |
|
|
|
|
* |
|
|
|
|
* @method isValid |
|
|
|
|
* @param {String} iban string |
|
|
|
@ -6708,7 +6708,7 @@ var exchangeAbi = require('../contracts/SmartExchange.json'); |
|
|
|
|
* @method transfer |
|
|
|
|
* @param {String} from |
|
|
|
|
* @param {String} to iban |
|
|
|
|
* @param {Value} value to be tranfered |
|
|
|
|
* @param {Value} value to be transferred |
|
|
|
|
* @param {Function} callback, callback |
|
|
|
|
*/ |
|
|
|
|
var transfer = function (eth, from, to, value, callback) { |
|
|
|
@ -6738,7 +6738,7 @@ var transfer = function (eth, from, to, value, callback) { |
|
|
|
|
* @method transferToAddress |
|
|
|
|
* @param {String} from |
|
|
|
|
* @param {String} to |
|
|
|
|
* @param {Value} value to be tranfered |
|
|
|
|
* @param {Value} value to be transferred |
|
|
|
|
* @param {Function} callback, callback |
|
|
|
|
*/ |
|
|
|
|
var transferToAddress = function (eth, from, to, value, callback) { |
|
|
|
@ -7092,7 +7092,7 @@ module.exports = transfer; |
|
|
|
|
/** |
|
|
|
|
* Initializes a newly created cipher. |
|
|
|
|
* |
|
|
|
|
* @param {number} xformMode Either the encryption or decryption transormation mode constant. |
|
|
|
|
* @param {number} xformMode Either the encryption or decryption transformation mode constant. |
|
|
|
|
* @param {WordArray} key The key. |
|
|
|
|
* @param {Object} cfg (Optional) The configuration options to use for this operation. |
|
|
|
|
* |
|
|
|
@ -9446,7 +9446,7 @@ module.exports = transfer; |
|
|
|
|
var M_offset_14 = M[offset + 14]; |
|
|
|
|
var M_offset_15 = M[offset + 15]; |
|
|
|
|
|
|
|
|
|
// Working varialbes
|
|
|
|
|
// Working variables
|
|
|
|
|
var a = H[0]; |
|
|
|
|
var b = H[1]; |
|
|
|
|
var c = H[2]; |
|
|
|
|