StakeCred constructor

StakeCred(
  1. List<int> hashBytes
)

Constructs a StakeCred instance with the specified hashBytes.

Implementation

StakeCred(List<int> hashBytes)
    : super(hashBytes, AdaTransactionConstant.blake2b224DigestSize);