factory PlutusBytes.fromJson(Map<String, dynamic> json) { return PlutusBytes( value: BytesUtils.fromHexString(json[PlutusDataType.bytes.name])); }