index property
The index of the specific output in the transaction.
Implementation
@$pb.TagNumber(2)
$core.int get index => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set index($core.int value) => $_setUnsignedInt32(1, value);
The index of the specific output in the transaction.
@$pb.TagNumber(2)
$core.int get index => $_getIZ(1);
@$pb.TagNumber(2)
set index($core.int value) => $_setUnsignedInt32(1, value);