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