AtomicTransactionComposerToSend
@algorandfoundation/algokit-utils / types/transaction / AtomicTransactionComposerToSend
types/transaction.AtomicTransactionComposerToSend
An AtomicTransactionComposer
with transactions to send.
Hierarchy
-
↳
AtomicTransactionComposerToSend
Table of contents
Properties
- additionalAtcContext
- atc
- coverAppCallInnerTransactionFees
- maxRoundsToWaitForConfirmation
- populateAppCallResources
- sendParams
- suppressLog
Properties
additionalAtcContext
• Optional
additionalAtcContext: AdditionalAtomicTransactionComposerContext
Additional AtomicTransactionComposer
context used when building the transaction group that is sent.
This additional context is used and must be supplied when coverAppCallInnerTransactionFees is set to true.
Defined in
atc
• atc: AtomicTransactionComposer
The AtomicTransactionComposer
with transactions loaded to send
Defined in
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
Inherited from
SendParams.coverAppCallInnerTransactionFees
Defined in
maxRoundsToWaitForConfirmation
• Optional
maxRoundsToWaitForConfirmation: number
The number of rounds to wait for confirmation. By default until the latest lastValid has past.
Inherited from
SendParams.maxRoundsToWaitForConfirmation
Defined in
populateAppCallResources
• Optional
populateAppCallResources: boolean
Whether to use simulate to automatically populate app call resources in the txn objects. Defaults to Config.populateAppCallResources
.
Inherited from
SendParams.populateAppCallResources
Defined in
sendParams
• Optional
sendParams: Omit
<SendTransactionParams
, "fee"
| "maxFee"
| "skipSending"
| "atc"
>
Deprecated
- set the parameters at the top level instead Any parameters to control the semantics of the send to the network
Defined in
suppressLog
• Optional
suppressLog: boolean
Whether to suppress log messages from transaction send, default: do not suppress.