Skip to content

AdditionalAtomicTransactionComposerContext

@algorandfoundation/algokit-utils / types/transaction / AdditionalAtomicTransactionComposerContext

types/transaction.AdditionalAtomicTransactionComposerContext

Additional context about the AtomicTransactionComposer.

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

src/types/transaction.ts:148


suggestedParams: Pick<SuggestedParams, "fee" | "minFee">

src/types/transaction.ts:151