Skip to content

TransactionComposerToSend

Defined in: src/transaction/types.ts:142

An TransactionComposer with transactions to send.

optional coverAppCallInnerTransactionFees: 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

SendParams.coverAppCallInnerTransactionFees


optional maxRoundsToWaitForConfirmation: number

Defined in: src/transaction/types.ts:126

The number of rounds to wait for confirmation. By default until the latest lastValid has past.

SendParams.maxRoundsToWaitForConfirmation


optional populateAppCallResources: 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.

SendParams.populateAppCallResources


optional suppressLog: boolean

Defined in: src/transaction/types.ts:128

Whether to suppress log messages from transaction send, default: do not suppress.

SendParams.suppressLog


transactionComposer: TransactionComposer

Defined in: src/transaction/types.ts:144

The TransactionComposer with transactions loaded to send