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