outPoint property

  1. @TagNumber(1)
OutPoint get outPoint

Reference to the previous transaction's output.

Implementation

@$pb.TagNumber(1)
$1.OutPoint get outPoint => $_getN(0);
  1. @TagNumber(1)
set outPoint (OutPoint v)

Implementation

@$pb.TagNumber(1)
set outPoint($1.OutPoint v) {
  setField(1, v);
}