interface DerivedState {
    coreLength: number;
    localState: LocalCoreState;
    remoteStates: {};
}

Properties

coreLength: number

known (sparse) length of the core

localState: LocalCoreState

local state

remoteStates: {}

map of state of all known peers