index property

  1. @TagNumber(2)
int get index

The index of the specific output in the transaction.

Implementation

@$pb.TagNumber(2)
$core.int get index => $_getIZ(1);
  1. @TagNumber(2)
set index (int v)

Implementation

@$pb.TagNumber(2)
set index($core.int v) {
  $_setUnsignedInt32(1, v);
}