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