bittensor.core.chain_data.ip_info#
Classes#
Dataclass representing IP information. |
Module Contents#
- class bittensor.core.chain_data.ip_info.IPInfo[source]#
Dataclass representing IP information.
- Variables:
ip – The IP address as a string.
ip_type – The type of the IP address (e.g., IPv4, IPv6).
protocol – The protocol associated with the IP (e.g., TCP, UDP).