AtomicTransactionComposerToSend
@algorandfoundation/algokit-utils / types/transaction / AtomicTransactionComposerToSend
types/transaction.AtomicTransactionComposerToSend
An AtomicTransactionComposer with transactions to send.
Hierarchy
Section titled “Hierarchy”-
↳
AtomicTransactionComposerToSend
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”- additionalAtcContext
- atc
- coverAppCallInnerTransactionFees
- maxRoundsToWaitForConfirmation
- populateAppCallResources
- sendParams
- suppressLog
Properties
Section titled “Properties”additionalAtcContext
Section titled “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
Section titled “Defined in”• atc: AtomicTransactionComposer
The AtomicTransactionComposer with transactions loaded to send
Defined in
Section titled “Defined in”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
Inherited from
Section titled “Inherited from”SendParams.coverAppCallInnerTransactionFees
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.
Inherited from
Section titled “Inherited from”SendParams.maxRoundsToWaitForConfirmation
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.
Inherited from
Section titled “Inherited from”SendParams.populateAppCallResources
Defined in
Section titled “Defined in”sendParams
Section titled “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
Section titled “Defined in”suppressLog
Section titled “suppressLog”• Optional suppressLog: boolean
Whether to suppress log messages from transaction send, default: do not suppress.