interface JsonRpcResponseBase {
    id: JsonRpcId;
    jsonrpc: "2.0";
}

Hierarchy (view full)

Properties

Properties

jsonrpc: "2.0"

Generated using TypeDoc