blockChainExplorerMainNet property

  1. @TagNumber(5)
BlockChainExplorer get blockChainExplorerMainNet

Implementation

@$pb.TagNumber(5)
BlockChainExplorer get blockChainExplorerMainNet => $_getN(4);
  1. @TagNumber(5)
set blockChainExplorerMainNet (BlockChainExplorer v)

Implementation

@$pb.TagNumber(5)
set blockChainExplorerMainNet(BlockChainExplorer v) { setField(5, v); }