bittensor.core.extrinsics.params.registration#
Classes#
Module Contents#
- class bittensor.core.extrinsics.params.registration.RegistrationParams#
- classmethod burned_register(netuid, hotkey_ss58)#
Returns the parameters for the burned_register.
- classmethod register(netuid, coldkey_ss58, hotkey_ss58, block_number, nonce, work)#
Returns the parameters for the register.
- classmethod register_network(hotkey_ss58)#
Returns the parameters for the register_network.
- classmethod set_subnet_identity(netuid, hotkey_ss58, subnet_name, github_repo, subnet_contact, subnet_url, logo_url, discord, description, additional)#
Returns the parameters for the set_subnet_identity.