API Reference
nimiqclient.models.miner.
PoolConnectionState
Bases: int, enum.Enum
int
enum.Enum
Pool connection state information returned by the server.
Attributes
CLOSED
Closed.
CONNECTED
Connected.
CONNECTING
Connecting.