bittensor.core.subtensor_api.subnets#

Classes#

Subnets

Class for managing subnet operations.

Module Contents#

class bittensor.core.subtensor_api.subnets.Subnets(subtensor)#

Class for managing subnet operations.

Parameters:

subtensor (Union[bittensor.core.subtensor.Subtensor, bittensor.core.async_subtensor.AsyncSubtensor])

all_subnets#
blocks_since_last_step#
blocks_since_last_update#
bonds#
difficulty#
get_all_subnets_info#
get_children#
get_children_pending#
get_current_weight_commit_info#
get_hyperparameter#
get_neuron_for_pubkey_and_subnet#
get_next_epoch_start_block#
get_subnet_burn_cost#
get_subnet_hyperparameters#
get_subnet_owner_hotkey#
get_subnet_reveal_period_epochs#
get_subnet_validator_permits#
get_subnets#
get_total_subnets#
get_uid_for_hotkey_on_subnet#
immunity_period#
is_hotkey_registered_on_subnet#
is_subnet_active#
max_weight_limit#
min_allowed_weights#
recycle#
register_subnet#
set_subnet_identity#
subnet#
subnet_exists#
subnetwork_n#
tempo#
weights#
weights_rate_limit#