Skip to content

SendParams

@algorandfoundation/algokit-utils / types/transaction / SendParams

types/transaction.SendParams

Parameters to configure transaction sending.

Optional coverAppCallInnerTransactionFees: boolean

Whether to use simulate to automatically calculate required app call inner transaction fees and cover them in the parent app call transaction fee

src/types/transaction.ts:142


Optional maxRoundsToWaitForConfirmation: number

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

src/types/transaction.ts:136


Optional populateAppCallResources: boolean

Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to Config.populateAppCallResources.

src/types/transaction.ts:140


Optional suppressLog: boolean

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

src/types/transaction.ts:138