Merge pull request #2215 from XRPLF/place_indexes

Add index md files
This commit is contained in:
Rome Reginelli
2023-10-18 13:44:23 -07:00
committed by GitHub
105 changed files with 1007 additions and 503 deletions

View File

@@ -0,0 +1,8 @@
---
html: subscription-methods.html
parent: public-api-methods.html
template: pagetype-category.html.jinja
---
# Subscription Methods
Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only.

View File

@@ -9,6 +9,7 @@ labels:
- Smart Contracts
---
# unsubscribe
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/Unsubscribe.cpp "Source")
The `unsubscribe` command tells the server to stop sending messages for a particular subscription or set of subscriptions.