BuiltTransactions
Defined in: src/composer.ts:214
Set of transactions built by TransactionComposer.
Properties
Section titled “Properties”methodCalls
Section titled “methodCalls”methodCalls:
Map<number,ABIMethod>
Defined in: src/composer.ts:218
Any ABIMethod objects associated with any of the transactions in a map keyed by transaction index.
signers
Section titled “signers”signers:
Map<number,TransactionSigner>
Defined in: src/composer.ts:220
Any TransactionSigner objects associated with any of the transactions in a map keyed by transaction index.
transactions
Section titled “transactions”transactions:
Transaction[]
Defined in: src/composer.ts:216
The built transactions