AdditionalAtomicTransactionComposerContext
@algorandfoundation/algokit-utils / types/transaction / AdditionalAtomicTransactionComposerContext
types/transaction.AdditionalAtomicTransactionComposerContext
Additional context about the AtomicTransactionComposer
.
Table of contents
Properties
Properties
maxFees
• maxFees: Map
<number
, AlgoAmount
>
A map of transaction index in the AtomicTransactionComposer
to the max fee that can be calculated for a transaction in the group
Defined in
suggestedParams
• suggestedParams: Pick
<SuggestedParams
, "fee"
| "minFee"
>