Interface IGetBlocksResponse

Return interface for the RpcClient.getBlocks RPC method.

interface IGetBlocksResponse {
    blockHashes: string[];
    blocks: IBlock[];
}

Properties

Properties

blockHashes: string[]
blocks: IBlock[]

Generated using TypeDoc