index property

  1. @TagNumber.new(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.new(2)
set index (int value)

Implementation

@$pb.TagNumber(2)
set index($core.int value) => $_setUnsignedInt32(1, value);