Constructs a new TransactionWrapper
instance with the provided Deploy
and TransactionV1
values.
Optional
deploy: DeployThe Deploy
object, if applicable.
Optional
transactionV1: TransactionV1The TransactionV1
object, if applicable.
Optional
deployThe deployment object associated with the transaction, if applicable. This will contain the details of the deploy transaction.
Optional
transactionThe version 1 transaction object, if applicable. This will contain the details of a TransactionV1, which represents the first version of a transaction.
Static
toJSONGenerated using TypeDoc
Wrapper class for transactions, allowing for both
Deploy
andTransactionV1
to be stored in the same object. This can be useful when working with multiple versions of transactions.