script property

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

Usually contains the public key as a Decred script setting up conditions to claim this output.

Implementation

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

Implementation

@$pb.TagNumber(3)
set script($core.List<$core.int> v) {
  $_setBytes(2, v);
}