Skip to content

BuiltTransactions

Defined in: src/composer.ts:214

Set of transactions built by TransactionComposer.

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: 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: Transaction[]

Defined in: src/composer.ts:216

The built transactions