bittensor.utils.subnets#
Classes#
| This class is not used within the bittensor package, but is actively used by the community. | 
Module Contents#
- class bittensor.utils.subnets.SubnetsAPI(wallet)[source]#
- Bases: - abc.ABC- This class is not used within the bittensor package, but is actively used by the community. - Parameters:
- wallet (bittensor_wallet.Wallet) 
 - wallet#
 - dendrite#
 - abstract prepare_synapse(*args, **kwargs)[source]#
- Prepare the synapse-specific payload. - Return type:
- Any 
 
 - abstract process_responses(responses)[source]#
- Process the responses from the network. - Parameters:
- responses (list[Union[bittensor.core.synapse.Synapse, Any]]) 
- Return type:
- Any