Interface PeerNamespaceState

interface PeerNamespaceState {
    have: number;
    status: "stopped" | "starting" | "started";
    want: number;
    wanted: number;
}

Properties

Properties

have: number

blocks the peer has locally

status: "stopped" | "starting" | "started"
want: number

blocks this peer wants from us

wanted: number

blocks we want from this peer