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