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) * Retrieves all transactions (incoming & outgoing) in the range (maxTs-minTs)
* Times are in UNIX EPOCH * Times are in UNIX EPOCH
* *
* @param {Object} opts.minTs (defaults to 0) * @param {Object} opts
* @param {Object} opts.maxTs (defaults to now) * @param {Number} opts.minTs (defaults to 0)
* @param {Object} opts.limit * @param {Number} opts.maxTs (defaults to now)
* @param {Number} opts.limit
* @returns {TxProposal[]} Transaction proposals, first newer * @returns {TxProposal[]} Transaction proposals, first newer
*/ */
WalletService.prototype.getTxHistory = function(opts, cb) { WalletService.prototype.getTxHistory = function(opts, cb) {

Loading…
Cancel
Save