Interface IGetBlocksRequest

Argument interface for the RpcClient.getBlocks RPC method.

interface IGetBlocksRequest {
    includeBlocks: boolean;
    includeTransactions: boolean;
    lowHash?: string;
}

Properties

includeBlocks: boolean
includeTransactions: boolean
lowHash?: string

Generated using TypeDoc