Skip to content

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

src/types/transaction.ts:148


suggestedParams

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

Defined in

src/types/transaction.ts:151