Script constructor

Script(
  1. Uint8List code,
  2. List<TypeTag> typeArgs,
  3. List<TransactionArgument> args
)

Implementation

Script(this.code, this.typeArgs, this.args);