scriptPubkey property

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

The condition for claiming the output.

Implementation

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

Implementation

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