Ed25519KeyHash.fromHex constructor
Ed25519KeyHash.fromHex(
- String hexBytes
Constructor to create an Ed25519KeyHash from a hexadecimal string.
Implementation
Ed25519KeyHash.fromHex(String hexBytes)
: super.fromHex(hexBytes, AdaTransactionConstant.blake2b224DigestSize);