TransactionScriptABI constructor
TransactionScriptABI(
- String name,
- String doc,
- Uint8List code,
- List<
TypeArgumentABI> tyArgs, - List<
ArgumentABI> args,
Implementation
TransactionScriptABI(this.name, this.doc, this.code, this.tyArgs, this.args): super();