Constructor to create a BlockHash from raw bytes.
BlockHash(List<int> data) : super(data, AdaTransactionConstant.blake2b256DigestSize);