Interface BlockList

Block List

interface BlockList {
    blocks: Block[];
    nextIndex?: number;
    requestProcessingTime: number;
}

Hierarchy

  • Indexable
    • BlockList

Properties

blocks: Block[]
nextIndex?: number
requestProcessingTime: number