Interface NetConnPivot

interface NetConnPivot {
    PeerID: string;
    RemoteAddress: string;
}

Properties

PeerID: string
RemoteAddress: string