Private
#metadataPrivate
#nativePrivate
#originalPrivate
#plutusPrivate
#plutusPrivate
#plutusPrivate
#getPrivate
#getGets 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.
Gets the set of native scripts present in the auxiliary data.
The set of native scripts.
Gets the set of plutus v1 scripts present in the auxiliary data.
The set of plutus v1 scripts.
Gets the set of plutus v2 scripts present in the auxiliary data.
The set of plutus v2 scripts.
Gets the set of plutus v3 scripts present in the auxiliary data.
The set of plutus v3 scripts.
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.
Sets the set of native scripts present in the auxiliary data.
The set of native scripts.
Sets the set of v1 scripts scripts present in the auxiliary data.
The set of v1 scripts scripts.
Sets the set of v2 scripts present in the auxiliary data.
The set of v2 scripts.
Sets the set of v3 scripts present in the auxiliary data.
The set of v3 scripts.
Creates a Core AuxiliaryData object from the current AuxiliaryData object.
The Core AuxiliaryData object.
Static
Private
#getPrivate
Gets all the scripts present in this witness as CDDL scripts.
The list of scripts.
Static
fromDeserializes the AuxiliaryData from a CBOR byte array.
The new AuxiliaryData instance.
The CBOR encoded AuxiliaryData object.
Static
fromCreates a AuxiliaryData object from the given Core AuxiliaryData object.
The core AuxiliaryData object.
Generated using TypeDoc
Auxiliary Data encapsulate certain optional information that can be attached to a transaction. This data includes transaction metadata and scripts.
The Auxiliary Data is hashed and referenced in the transaction body.