blockchainSize property

  1. @TagNumber(1)
BlockchainSizeStats get blockchainSize

Implementation

@$pb.TagNumber(1)
BlockchainSizeStats get blockchainSize => $_getN(0);
  1. @TagNumber(1)
set blockchainSize (BlockchainSizeStats v)

Implementation

@$pb.TagNumber(1)
set blockchainSize(BlockchainSizeStats v) { setField(1, v); }