Initializes a new instance of the GeneralTransactionMetadata class.
The general transaction metadata.
Private
#metadataPrivate
#originalIndicates whether some other PlutusMap is "equal to" this one.
true if objects are equals; otherwise false.
The other object to be compared.
Gets the transaction metadata. this is supplementary information that can be attached to a transaction. It's not essential for transaction validation but can be used for various purposes, including record-keeping, identity solutions, and more.
The transaction metadata.
Sets the transaction metadata. this is supplementary information that can be attached to a transaction. It's not essential for transaction validation but can be used for various purposes, including record-keeping, identity solutions, and more.
The transaction metadata.
Creates a Core GeneralTransactionMetadata object from the current GeneralTransactionMetadata object.
The Core GeneralTransactionMetadata object.
Static
fromDeserializes the GeneralTransactionMetadata from a CBOR byte array.
The new GeneralTransactionMetadata instance.
The CBOR encoded GeneralTransactionMetadata object.
Static
fromCreates a GeneralTransactionMetadata object from the given Core GeneralTransactionMetadata object.
The core GeneralTransactionMetadata object.
Generated using TypeDoc
General Transaction Metadata.