interface JsonRpcSuccessResponse {
    id: JsonRpcId;
    jsonrpc: "2.0";
    result: any;
}

Properties

Properties

jsonrpc: "2.0"
result: any