Interface CursorState

interface CursorState {
    blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;
    currentBuckets: Bucket[];
    currentIndex: number;
    isDone: boolean;
    isLocked: boolean;
}

Properties

blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>
currentBuckets: Bucket[]
currentIndex: number
isDone: boolean
isLocked: boolean