core.hashaspubkeyhex
Home > @blaze-cardano/core > HashAsPubKeyHex
HashAsPubKeyHex() function
Converts a Hash28ByteBase16 to an Ed25519PublicKeyHex format.
Signature:
export declare function HashAsPubKeyHex(hash: Hash28ByteBase16): Ed25519PublicKeyHex;
Parameters
Parameter |
Type |
Description |
---|---|---|
hash |
The hash to be converted. |
Returns:
{Ed25519PublicKeyHex} The converted hash in Ed25519PublicKeyHex format.