Credential constructor
Constructs a Credential instance with the specified hashBytes.
Implementation
Credential(List<int> hashBytes)
: data = AdaTransactionUtils.validateFixedLengthBytes(
bytes: hashBytes,
length: AdaTransactionConstant.blake2b224DigestSize);