Script constructor
Script(
- Uint8List code,
- List<
TypeTag> typeArgs, - List<
TransactionArgument> args
Implementation
Script(this.code, this.typeArgs, this.args);