BuiltTransactions
@algorandfoundation/algokit-utils / types/composer / BuiltTransactions
types/composer.BuiltTransactions
Set of transactions built by TransactionComposer.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”methodCalls
Section titled “methodCalls”• methodCalls: Map<number, ABIMethod>
Any ABIMethod objects associated with any of the transactions in a map keyed by transaction index.
Defined in
Section titled “Defined in”signers
Section titled “signers”• signers: Map<number, TransactionSigner>
Any TransactionSigner objects associated with any of the transactions in a map keyed by transaction index.
Defined in
Section titled “Defined in”transactions
Section titled “transactions”• transactions: Transaction[]
The built transactions