bittensor.subnets#
Classes#
| Helper class that provides a standard way to create an ABC using | 
Module Contents#
- class bittensor.subnets.SubnetsAPI(wallet)[source]#
- Bases: - abc.ABC- Helper class that provides a standard way to create an ABC using inheritance. - Parameters:
- wallet (bittensor.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.Synapse, Any]]) 
- Return type:
- Any