TransactionScriptABI constructor

TransactionScriptABI(
  1. String name,
  2. String doc,
  3. Uint8List code,
  4. List<TypeArgumentABI> tyArgs,
  5. List<ArgumentABI> args,
)

Implementation

TransactionScriptABI(this.name, this.doc, this.code, this.tyArgs, this.args): super();