bittensor.core.subtensor_api.chain#
Classes#
Class for managing chain state operations. |
Module Contents#
- class bittensor.core.subtensor_api.chain.Chain(subtensor)#
Class for managing chain state operations.
- Parameters:
subtensor (Union[bittensor.core.subtensor.Subtensor, bittensor.core.async_subtensor.AsyncSubtensor])
- get_block_hash#
- get_current_block#
- get_delegate_identities#
- get_existential_deposit#
- get_minimum_required_stake#
- get_timestamp#
- get_vote_data#
- is_fast_blocks#
- last_drand_round#
- state_call#
- tx_rate_limit#