outputIndex property
- @TagNumber.new(2)
 
The index of this output within the transaction
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get outputIndex => $_getI64(1);
- @TagNumber.new(2)
 
Implementation
@$pb.TagNumber(2)
set outputIndex($fixnum.Int64 v) {
  $_setInt64(1, v);
}