Interface BlockIdList

Block Id List

interface BlockIdList {
    blockIds: BlockId[];
    nextIndex?: number;
    requestProcessingTime: number;
}

Hierarchy

  • Indexable
    • BlockIdList

Properties

blockIds: BlockId[]
nextIndex?: number
requestProcessingTime: number