Interface EntityCountsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
EntityCounts, EntityCounts.Builder

@Generated public interface EntityCountsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * The number of accounts in the network.
    long
    * The number of airdrops in the network.
    long
    * The number of aliases in the network.
    long
    * The number of contract bytecodes in the network.
    long
    * The number of contract storage slots in the network.
    long
    * The number of EVM hook storage slots in the network.
    long
    * The number of files in the network.
    long
    * The number of hooks in the network.
    long
    * The number of NFTs in the network.
    long
    * The number of nodes in the network.
    long
    * The number of registered nodes in the network.
    long
    * The number of schedules in the network.
    long
    * The number of staking infos in the network.
    long
    * The number of token relationships in the network.
    long
    * The number of tokens in the network.
    long
    * The number of topics in the network.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNumAccounts

      long getNumAccounts()
       *
       The number of accounts in the network.
       
      uint64 num_accounts = 1;
      Returns:
      The numAccounts.
    • getNumAliases

      long getNumAliases()
       *
       The number of aliases in the network.
       
      uint64 num_aliases = 2;
      Returns:
      The numAliases.
    • getNumTokens

      long getNumTokens()
       *
       The number of tokens in the network.
       
      uint64 num_tokens = 3;
      Returns:
      The numTokens.
    • getNumTokenRelations

      long getNumTokenRelations()
       *
       The number of token relationships in the network.
       
      uint64 num_token_relations = 4;
      Returns:
      The numTokenRelations.
    • getNumNfts

      long getNumNfts()
       *
       The number of NFTs in the network.
       
      uint64 num_nfts = 5;
      Returns:
      The numNfts.
    • getNumAirdrops

      long getNumAirdrops()
       *
       The number of airdrops in the network.
       
      uint64 num_airdrops = 6;
      Returns:
      The numAirdrops.
    • getNumStakingInfos

      long getNumStakingInfos()
       *
       The number of staking infos in the network.
       
      uint64 num_staking_infos = 7;
      Returns:
      The numStakingInfos.
    • getNumTopics

      long getNumTopics()
       *
       The number of topics in the network.
       
      uint64 num_topics = 8;
      Returns:
      The numTopics.
    • getNumFiles

      long getNumFiles()
       *
       The number of files in the network.
       
      uint64 num_files = 9;
      Returns:
      The numFiles.
    • getNumNodes

      long getNumNodes()
       *
       The number of nodes in the network.
       
      uint64 num_nodes = 10;
      Returns:
      The numNodes.
    • getNumSchedules

      long getNumSchedules()
       *
       The number of schedules in the network.
       
      uint64 num_schedules = 11;
      Returns:
      The numSchedules.
    • getNumContractStorageSlots

      long getNumContractStorageSlots()
       *
       The number of contract storage slots in the network.
       
      uint64 num_contract_storage_slots = 12;
      Returns:
      The numContractStorageSlots.
    • getNumContractBytecodes

      long getNumContractBytecodes()
       *
       The number of contract bytecodes in the network.
       
      uint64 num_contract_bytecodes = 13;
      Returns:
      The numContractBytecodes.
    • getNumHooks

      long getNumHooks()
       *
       The number of hooks in the network.
       
      uint64 num_hooks = 14;
      Returns:
      The numHooks.
    • getNumEvmHookStorageSlots

      long getNumEvmHookStorageSlots()
       *
       The number of EVM hook storage slots in the network.
       
      uint64 num_evm_hook_storage_slots = 15;
      Returns:
      The numEvmHookStorageSlots.
    • getNumRegisteredNodes

      long getNumRegisteredNodes()
       *
       The number of registered nodes in the network.
       
      uint64 num_registered_nodes = 16;
      Returns:
      The numRegisteredNodes.