Interface IGetBlockCountResponse

Return interface for the RpcClient.getBlockCount RPC method.

interface IGetBlockCountResponse {
    blockCount: bigint;
    headerCount: bigint;
}

Properties

blockCount: bigint
headerCount: bigint

Generated using TypeDoc