interface QueryLedgerStateEpochResponse {
    id?: unknown;
    jsonrpc: "2.0";
    method: "queryLedgerState/epoch";
    result: number;
}

Properties

id?: unknown
jsonrpc: "2.0"
method: "queryLedgerState/epoch"
result: number