bittensor.extras.subtensor_api.chain#

Classes#

Chain

Class for managing chain state operations.

Module Contents#

class bittensor.extras.subtensor_api.chain.Chain(subtensor)#

Class for managing chain state operations.

Parameters:

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

get_admin_freeze_window#
get_block_hash#
get_block_info#
get_current_block#
get_delegate_identities#
get_existential_deposit#
get_minimum_required_stake#
get_timestamp#
get_vote_data#
is_fast_blocks#
is_in_admin_freeze_window#
last_drand_round#
state_call#
tx_rate_limit#