chainSpec_v1_chainName - JSON-RPC Method
Return the chain name via the chainSpec v1 RPC on Bittensor.
Description
Read static chain specification data such as chain name, ss58 properties, and genesis hash. Use this to configure clients (address format, token info) or verify you are talking to the expected network.
Returns the chain name from the runtime's ChainSpec.
Code Examples
chainHead_v1_unfollow - Bittensor RPC Method
Stop following the chain head and clean up a follow subscription on Bittensor using the new JSON-RPC v2 spec.
chainSpec_v1_genesisHash - Bittensor RPC Method
Get the genesis block hash from the chain specification on Bittensor using the new JSON-RPC v2 spec.