EthereumBlocksChunkResponse: {
    chunk: EthereumRawBlock[];
    count: number;
    firstItem?: EthereumRawBlock;
    lastItem?: EthereumRawBlock;
}

Type declaration

Generated using TypeDoc