nimiqclient.models.miner.PoolConnectionState

class nimiqclient.models.miner.PoolConnectionState(value)[source]

Bases: int, enum.Enum

Pool connection state information returned by the server.

Attributes

CLOSED

Closed.

CONNECTED

Connected.

CONNECTING

Connecting.

CLOSED = 2

Closed.

CONNECTED = 0

Connected.

CONNECTING = 1

Connecting.