index property
index of the output (UTXO) within the transaction targeted by id.
Implementation
@$pb.TagNumber(3)
$core.int get index => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set index($core.int v) { $_setUnsignedInt32(2, v); }
index of the output (UTXO) within the transaction targeted by id.
@$pb.TagNumber(3)
$core.int get index => $_getIZ(2);
@$pb.TagNumber(3)
set index($core.int v) { $_setUnsignedInt32(2, v); }