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.

Parameters:
  • netuid (int)

  • hotkey_ss58 (str)

Return type:

dict

classmethod register(netuid, coldkey_ss58, hotkey_ss58, block_number, nonce, work)#

Returns the parameters for the register.

Parameters:
Return type:

dict

classmethod register_network(hotkey_ss58)#

Returns the parameters for the register_network.

Parameters:

hotkey_ss58 (str)

Return type:

dict

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.

Parameters:
  • netuid (int)

  • hotkey_ss58 (str)

  • subnet_name (str)

  • github_repo (str)

  • subnet_contact (str)

  • subnet_url (str)

  • logo_url (str)

  • discord (str)

  • description (str)

  • additional (str)

Return type:

dict