PlutusBytes constructor
Constructs a PlutusBytes instance with the given value.
Implementation
PlutusBytes({required List<int> value}) : value = value.asImmutableBytes;
Constructs a PlutusBytes instance with the given value.
PlutusBytes({required List<int> value}) : value = value.asImmutableBytes;