File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/bitcore-wallet-service/src/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2575,7 +2575,7 @@ export class WalletService implements IWalletService {
25752575 * @param {string } opts.memo - Optional. Solana transaction memo
25762576 * @param {number } opts.decimals - Optional. Numbet of decimal of a desited token
25772577 * @param {string } opts.fromAta - Optional. ATA addres of the sender (Solana)
2578- * * @param {number } opts.numSignatures - Optional. Number of signatures required for the transation. For Solana fee calculation.
2578+ * @param {number } opts.numSignatures - Optional. Number of signatures required for the transation. For Solana fee calculation.
25792579 * @param {Boolean } opts.refreshOnPublish - Optional. Allows publish function to refresh txp data
25802580 * @returns {TxProposal } Transaction proposal. outputs address format will use the same format as inpunt.
25812581 */
You can’t perform that action at this time.
0 commit comments