Ed25519PoolKeyHash.fromHex constructor

Ed25519PoolKeyHash.fromHex(
  1. String hexBytes
)

Constructor to create an Ed25519PoolKeyHash from a hexadecimal string.

Implementation

Ed25519PoolKeyHash.fromHex(String hexBytes)
    : super.fromHex(hexBytes, AdaTransactionConstant.blake2b224DigestSize);