StakeCred.fromHex constructor

StakeCred.fromHex(
  1. String hexBytes
)

Constructs a StakeCred instance from a hexadecimal string hexBytes.

Implementation

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