Browse Source

fix jsdoc

activeAddress
Ivan Socolsky 10 years ago
parent
commit
42ece5bf08
  1. 7
      lib/server.js

7
lib/server.js

@ -916,9 +916,10 @@ WalletService.prototype._normalizeTxHistory = function(txs) {
* Retrieves all transactions (incoming & outgoing) in the range (maxTs-minTs)
* Times are in UNIX EPOCH
*
* @param {Object} opts.minTs (defaults to 0)
* @param {Object} opts.maxTs (defaults to now)
* @param {Object} opts.limit
* @param {Object} opts
* @param {Number} opts.minTs (defaults to 0)
* @param {Number} opts.maxTs (defaults to now)
* @param {Number} opts.limit
* @returns {TxProposal[]} Transaction proposals, first newer
*/
WalletService.prototype.getTxHistory = function(opts, cb) {

Loading…
Cancel
Save