Fix jsdoc for transactionOutputHandler
This commit is contained in:
parent
16f7ffa784
commit
ba2fdc1620
@ -60,12 +60,11 @@ AddressModule.prototype.getPublishEvents = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Will process each output of a transaction from the daemon "tx" event, and contruct
|
* Will process each output of a transaction from the daemon "tx" event, and construct
|
||||||
* an object with the data for the message to be relayed to any subscribers for an address.
|
* an object with the data for the message to be relayed to any subscribers for an address.
|
||||||
*
|
*
|
||||||
* @param {Object} messages - An object to collect messages
|
* @param {Object} messages - An object to collect messages
|
||||||
* @param {Transaction} tx - Instance of the transaction
|
* @param {Transaction} tx - Instance of the transaction
|
||||||
* @param {Output} output - The output being handled
|
|
||||||
* @param {Number} outputIndex - The index of the output in the transaction
|
* @param {Number} outputIndex - The index of the output in the transaction
|
||||||
* @param {Boolean} rejected - If the transaction was rejected by the mempool
|
* @param {Boolean} rejected - If the transaction was rejected by the mempool
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user