SendParams
@algorandfoundation/algokit-utils / types/transaction / SendParams
types/transaction.SendParams
Parameters to configure transaction sending.
Hierarchy
Section titled “Hierarchy”-
SendParams
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”- coverAppCallInnerTransactionFees
- maxRoundsToWaitForConfirmation
- populateAppCallResources
- suppressLog
Properties
Section titled “Properties”coverAppCallInnerTransactionFees
Section titled “coverAppCallInnerTransactionFees”• 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
Defined in
Section titled “Defined in”maxRoundsToWaitForConfirmation
Section titled “maxRoundsToWaitForConfirmation”• Optional maxRoundsToWaitForConfirmation: number
The number of rounds to wait for confirmation. By default until the latest lastValid has past.
Defined in
Section titled “Defined in”populateAppCallResources
Section titled “populateAppCallResources”• Optional populateAppCallResources: boolean
Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to Config.populateAppCallResources.
Defined in
Section titled “Defined in”suppressLog
Section titled “suppressLog”• Optional suppressLog: boolean
Whether to suppress log messages from transaction send, default: do not suppress.