Skip to content

ConnectionMetrics (TypedDict)

Bases: TypedDict

Connection metrics.

Category: RPC/Types

activePeers instance-attribute

activePeers: int

borshConnectionAttempts instance-attribute

borshConnectionAttempts: int

borshHandshakeFailures instance-attribute

borshHandshakeFailures: int

borshLiveConnections instance-attribute

borshLiveConnections: int

jsonConnectionAttempts instance-attribute

jsonConnectionAttempts: int

jsonHandshakeFailures instance-attribute

jsonHandshakeFailures: int

jsonLiveConnections instance-attribute

jsonLiveConnections: int