Class TransactionWrapper

Wrapper class for transactions, allowing for both Deploy and TransactionV1 to be stored in the same object. This can be useful when working with multiple versions of transactions.

Hierarchy

  • TransactionWrapper

Constructors

Properties

Methods

Constructors

Properties

deploy?: Deploy

The deployment object associated with the transaction, if applicable. This will contain the details of the deploy transaction.

transactionV1?: TransactionV1

The version 1 transaction object, if applicable. This will contain the details of a TransactionV1, which represents the first version of a transaction.

Methods

Generated using TypeDoc