prepareGroupForSending
prepareGroupForSending(
composer,sendParams,additionalContext?):Promise<TransactionComposer>
Defined in: src/transaction/transaction.ts:89
Parameters
Section titled “Parameters”composer
Section titled “composer”The Transaction Composer containing the txn group
sendParams
Section titled “sendParams”The send params for the transaction group
additionalContext?
Section titled “additionalContext?”AdditionalTransactionComposerContext
Additional context used to determine how best to change the transactions in the group
Returns
Section titled “Returns”Promise<TransactionComposer>
A new Transaction Composer with the changes applied