Interface IGetBlockDagInfoResponse

Return interface for the RpcClient.getBlockDagInfo RPC method.

interface IGetBlockDagInfoResponse {
    blockCount: bigint;
    difficulty: number;
    headerCount: bigint;
    network: string;
    pastMedianTime: bigint;
    pruningPointHash: string;
    sink: string;
    tipHashes: string[];
    virtualDaaScore: bigint;
    virtualParentHashes: string[];
}

Properties

blockCount: bigint
difficulty: number
headerCount: bigint
network: string
pastMedianTime: bigint
pruningPointHash: string
sink: string
tipHashes: string[]
virtualDaaScore: bigint
virtualParentHashes: string[]

Generated using TypeDoc