Interface RemoteDeviceNamespaceGroupSyncState

interface RemoteDeviceNamespaceGroupSyncState {
    isSyncEnabled: boolean;
    want: number;
    wanted: number;
}

Properties

isSyncEnabled: boolean

do we want to sync this namespace group?

want: number

number of blocks this device wants from us

wanted: number

number of blocks we want from this device