Represents the connectivity status of a node.

interface ESPRMConnectivityStatusInterface {
    isConnected: boolean;
    lastConnectionTimestamp: number;
}

Implemented by

Properties

isConnected: boolean
lastConnectionTimestamp: number