The Utils class provides a few helpful type conversion functions for working with ed25519 keys.
You can convert to and from a valid hex string to a Uint8 Array in order to easily work with the signatures sent from the coordinator.
Note that the methods are static so you do not need to initialize the class.
Convert hex data encoded as a Uint8 Array to string.
The converted hex string.
Convert a valid hex string to Uint8Array.
The converted Uint8Array.
Generated using TypeDoc
The Utils class provides a few helpful type conversion functions for working with ed25519 keys.
You can convert to and from a valid hex string to a Uint8 Array in order to easily work with the signatures sent from the coordinator.
Note that the methods are static so you do not need to initialize the class.