interface JsonRpcV2 {
    id: number;
    jsonrpc: "2.0";
}

Hierarchy (view full)

Properties

Properties

id: number
jsonrpc: "2.0"