TransactionComposerToSend
Defined in: src/transaction/types.ts:142
An TransactionComposer with transactions to send.
Extends
Section titled “Extends”Properties
Section titled “Properties”coverAppCallInnerTransactionFees?
Section titled “coverAppCallInnerTransactionFees?”
optionalcoverAppCallInnerTransactionFees:boolean
Defined in: src/transaction/types.ts:132
Whether to use simulate to automatically calculate required app call inner transaction fees and cover them in the parent app call transaction fee
Inherited from
Section titled “Inherited from”SendParams.coverAppCallInnerTransactionFees
maxRoundsToWaitForConfirmation?
Section titled “maxRoundsToWaitForConfirmation?”
optionalmaxRoundsToWaitForConfirmation:number
Defined in: src/transaction/types.ts:126
The number of rounds to wait for confirmation. By default until the latest lastValid has past.
Inherited from
Section titled “Inherited from”SendParams.maxRoundsToWaitForConfirmation
populateAppCallResources?
Section titled “populateAppCallResources?”
optionalpopulateAppCallResources:boolean
Defined in: src/transaction/types.ts:130
Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to Config.populateAppCallResources.
Inherited from
Section titled “Inherited from”SendParams.populateAppCallResources
suppressLog?
Section titled “suppressLog?”
optionalsuppressLog:boolean
Defined in: src/transaction/types.ts:128
Whether to suppress log messages from transaction send, default: do not suppress.
Inherited from
Section titled “Inherited from”transactionComposer
Section titled “transactionComposer”transactionComposer:
TransactionComposer
Defined in: src/transaction/types.ts:144
The TransactionComposer with transactions loaded to send