outPoint property
Reference to the previous transaction's output.
Implementation
@$pb.TagNumber(2)
OutPoint get outPoint => $_getN(1);
Implementation
@$pb.TagNumber(2)
set outPoint(OutPoint value) => $_setField(2, value);
Reference to the previous transaction's output.
@$pb.TagNumber(2)
OutPoint get outPoint => $_getN(1);
@$pb.TagNumber(2)
set outPoint(OutPoint value) => $_setField(2, value);