SendParams
Defined in: src/transaction/types.ts:124
Parameters to configure transaction sending.
Extended by
Section titled “Extended by”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
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.
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.
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.