interface QueryNetworkStartTimeResponse {
    id?: unknown;
    jsonrpc: "2.0";
    method: "queryNetwork/startTime";
    result: string;
}

Properties

id?: unknown
jsonrpc: "2.0"
method: "queryNetwork/startTime"
result: string