txIndexInBlock property

  1. @TagNumber.new(12)
int get txIndexInBlock

transaction index in block

Implementation

@$pb.TagNumber(12)
$core.int get txIndexInBlock => $_getIZ(10);
  1. @TagNumber.new(12)
set txIndexInBlock (int value)

Implementation

@$pb.TagNumber(12)
set txIndexInBlock($core.int value) => $_setUnsignedInt32(10, value);