Skip to content

SendParams

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

Parameters to configure transaction sending.

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


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.


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.


optional suppressLog: boolean

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

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