Skip to content

Commit

Permalink
Add missing README section
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Jan 12, 2024
1 parent b1bad87 commit 54923df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,27 @@ Uninstalls a filter with the given filter ID.
- **Params**: the filter ID (`string`)
- **Response**: `true` if the filter was successfully uninstalled, otherwise `false` (`boolean`)

Example request:
```json
{
"id": 1,
"jsonrpc": "2.0",
"method": "uninstallFilter",
"params": [
"c77000bb-700c-41b9-830c-e8b35bdef246"
]
}
```

Example response:
```json
{
"result": true,
"jsonrpc": "2.0",
"id": 1
}
```

#### `subscribe`

Starts a subscription to a specific event. **Only available over WS connections**.
Expand Down

0 comments on commit 54923df

Please sign in to comment.