outPoint property

  1. @TagNumber.new(1)
OutPoint get outPoint

Reference to the previous transaction's output.

Implementation

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

Implementation

@$pb.TagNumber(1)
set outPoint(OutPoint value) => $_setField(1, value);