Skip to main content
Ctrl+K
Bittensor SDK Docs  documentation - Home Bittensor SDK Docs  documentation - Home

Table of Contents

  • API Reference
    • bittensor
      • bittensor.core
        • bittensor.core.async_subtensor
        • bittensor.core.axon
        • bittensor.core.chain_data
        • bittensor.core.config
        • bittensor.core.dendrite
        • bittensor.core.errors
        • bittensor.core.extrinsics
        • bittensor.core.metagraph
        • bittensor.core.settings
        • bittensor.core.stream
        • bittensor.core.subtensor
        • bittensor.core.subtensor_api
        • bittensor.core.synapse
        • bittensor.core.tensor
        • bittensor.core.threadpool
        • bittensor.core.timelock
        • bittensor.core.types
      • bittensor.utils
        • bittensor.utils.axon_utils
        • bittensor.utils.balance
        • bittensor.utils.btlogging
        • bittensor.utils.easy_imports
        • bittensor.utils.formatting
        • bittensor.utils.mock
        • bittensor.utils.networking
        • bittensor.utils.registration
        • bittensor.utils.subnets
        • bittensor.utils.substrate_utils
        • bittensor.utils.version
        • bittensor.utils.weight_utils
  • Repository
  • Show source
  • Open issue
  • .rst

bittensor.core.subtensor_api.chain

Contents

  • Classes
  • Module Contents
    • Chain
      • Chain.get_block_hash
      • Chain.get_current_block
      • Chain.get_delegate_identities
      • Chain.get_existential_deposit
      • Chain.get_minimum_required_stake
      • Chain.get_timestamp
      • Chain.get_vote_data
      • Chain.is_fast_blocks
      • Chain.last_drand_round
      • Chain.state_call
      • Chain.tx_rate_limit

bittensor.core.subtensor_api.chain#

Classes#

Chain

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#

previous

bittensor.core.subtensor_api

next

bittensor.core.subtensor_api.commitments

Contents
  • Classes
  • Module Contents
    • Chain
      • Chain.get_block_hash
      • Chain.get_current_block
      • Chain.get_delegate_identities
      • Chain.get_existential_deposit
      • Chain.get_minimum_required_stake
      • Chain.get_timestamp
      • Chain.get_vote_data
      • Chain.is_fast_blocks
      • Chain.last_drand_round
      • Chain.state_call
      • Chain.tx_rate_limit

By Opentensor Foundation

© Copyright 2024, Opentensor Foundation.