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