Skip to content

Commit

Permalink
Remove [] on payload. Add another param line
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyi2811 committed May 17, 2021
1 parent f124f6d commit d5a2bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jellyfish-api-core/src/category/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ export class Account {
* Creates (and submits to local node and network) a transfer transaction from the wallet UTXOs to specfied account.
* The second optional argument (may be empty array) is an array of specific UTXOs to spend.
*
* @param {UtxosToAccountPayload} [payload]
* @param {UtxosToAccountPayload} payload
* @param {string} payload[address]
* @param {UtxosToAccountUTXO[]} [utxos=[]]
* @param {string} [utxos.txid]
* @param {number} [utxos.vout]
Expand Down

0 comments on commit d5a2bf1

Please sign in to comment.