|
|
@ -165,10 +165,6 @@ UniversalDApp.prototype.getBalanceInEther = function (address, callback) { |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
UniversalDApp.prototype.pendingTransactions = function () { |
|
|
|
|
|
|
|
return this.txRunner.pendingTxs |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UniversalDApp.prototype.pendingTransactionsCount = function () { |
|
|
|
UniversalDApp.prototype.pendingTransactionsCount = function () { |
|
|
|
return Object.keys(this.txRunner.pendingTxs).length |
|
|
|
return Object.keys(this.txRunner.pendingTxs).length |
|
|
|
} |
|
|
|
} |
|
|
|