Skip to content

BuiltTransactions

@algorandfoundation/algokit-utils / types/composer / BuiltTransactions

types/composer.BuiltTransactions

Set of transactions built by TransactionComposer.

Table of contents

Properties

Properties

methodCalls

methodCalls: Map<number, ABIMethod>

Any ABIMethod objects associated with any of the transactions in a map keyed by transaction index.

Defined in

src/types/composer.ts:541


signers

signers: Map<number, TransactionSigner>

Any TransactionSigner objects associated with any of the transactions in a map keyed by transaction index.

Defined in

src/types/composer.ts:543


transactions

transactions: Transaction[]

The built transactions

Defined in

src/types/composer.ts:539