Constructs a new TransactionHash
instance, which can hold either a Deploy
hash or a TransactionV1
hash.
Optional
deployThe hash associated with the deploy transaction, if applicable.
This will contain the hash of the Deploy
transaction.
Optional
transactionThe hash associated with the version 1 transaction, if applicable.
This will contain the hash of the TransactionV1
.
Generated using TypeDoc
Represents a transaction hash, which can either be associated with a
Deploy
or aTransactionV1
. This class helps in wrapping transaction hashes from different transaction types.