script property

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

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

Implementation

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

Implementation

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