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
signers
• signers: Map
<number
, TransactionSigner
>
Any TransactionSigner
objects associated with any of the transactions in a map keyed by transaction index.
Defined in
transactions
• transactions: Transaction
[]
The built transactions