The reference count retrieved by this method reflects the number of references maintained internally by libcardano-c for this native instance of the object. This is unrelated to the reference counting mechanism in JavaScript, which is managed by the JavaScript engine's garbage collector.
This method is primarily intended for diagnostic purposes.
The current reference count of the object in the WASM context.
StaticfromCreates an Ed25519 signature from raw byte data.
This method allows constructing an Ed25519 signature using its raw binary representation.
The raw byte data of the signature as a Uint8Array.
A new instance of Ed25519Signature.
StaticfromCreates an Ed25519 signature from a hexadecimal string.
This method allows constructing an Ed25519 signature using its hexadecimal representation.
A string representing the hexadecimal data of the signature.
A new instance of Ed25519Signature.
Class representing an Ed25519 signature.
This class provides methods for creating, converting, and managing Ed25519 signature objects.