blockId property

  1. @TagNumber(1)
BlockId get blockId

The Block ID associated with the requested depth. None/null if not found. optional

Implementation

@$pb.TagNumber(1)
$6.BlockId get blockId => $_getN(0);
  1. @TagNumber(1)
set blockId (BlockId v)

Implementation

@$pb.TagNumber(1)
set blockId($6.BlockId v) { setField(1, v); }