## Message ``` { "msgs": [ { "set_weights": { "netuid": 0, "dests": [0], "weights": [0], "version_key": 0 } }, { "become_delegate": { "hotkey": "addr", "take": 0 } }, { "add_stake": { "hotkey": "addr", "amount_staked": 0 } }, { "remove_stake": { "hotkey": "addr", "amount_unstaked": 0 } }, { "serve_axon": { "netuid": 0, "version": 0, "ip": 0, "port": 0, "ip_type": 0, "protocol": 0, "placeholder1": 0, "placeholder2": 0 } }, { "serve_prometheus": { "netuid": 0, "version": 0, "ip": 0, "port": 0, "ip_type": 0 } }, { "register": { "netuid": 0, "block_number": 0, "nonce": 0, "work": 0, "hotkey": "addr", "coldkey": "addr" } }, { "root_register": { "hotkey": "hotkey" } }, { "burned_register": { "netuid": 0, "hotkey": "addr" } }, { "register_network": {} }, { "dissolve_network": {} }, { "sudo_register": { "netuid": 0, "hotkey": "addr", "coldkey": "addr", "stake": 0, "balance": 0 } } ] } ``` ## Query ``` { "query": [ { "get_delegates": {} }, { "get_delegate": { "delegate_account": "addr" } }, { "get_delegated": { "delegatee_account": "addr" } }, { "get_neurons_lite": { "netuid": 0 } }, { "get_neuron_lite": { "netuid": 0, "uid": 0 } }, { "get_neurons": { "netuid": 0 } }, { "get_neuron": { "netuid": 0, "uid": 0 } }, { "get_subnet_info": { "netuid": 0 } }, { "get_subnets_info": {} }, { "get_subnet_hyperparams": { "netuid": 0 } }, { "get_stake_info_for_coldkeys": { "coldkey_accounts": [ "addr" ] } }, { "get_network_registration_cost": {} }, { "get_weights": { "netuid": 0 } }, { "get_state": {} } ] }