script property

  1. @TagNumber.new(3)
List<int> get script

Computational script for confirming transaction authorization.

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get script => $_getN(2);
  1. @TagNumber.new(3)
set script (List<int> value)

Implementation

@$pb.TagNumber(3)
set script($core.List<$core.int> value) => $_setBytes(2, value);