mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix: update link to subscribe page (#1354)
This commit is contained in:
@@ -866,7 +866,8 @@ When using rippled APIs:
|
|||||||
|
|
||||||
## Listening to streams
|
## Listening to streams
|
||||||
|
|
||||||
The `rippled` server can push updates to your client when various events happen. Refer to [Subscriptions in the `rippled` API docs](https://developers.ripple.com/subscription-methods.html) for details.
|
The `rippled` server can push updates to your client when various events happen.
|
||||||
|
Refer to [Subscriptions in the `rippled` API docs](https://xrpl.org/subscribe.html) for details.
|
||||||
|
|
||||||
Note that the `streams` parameter for generic streams takes an array. For example, to subscribe to the `validations` stream, use `{ streams: [ 'validations' ] }`.
|
Note that the `streams` parameter for generic streams takes an array. For example, to subscribe to the `validations` stream, use `{ streams: [ 'validations' ] }`.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ When using rippled APIs:
|
|||||||
|
|
||||||
## Listening to streams
|
## Listening to streams
|
||||||
|
|
||||||
The `rippled` server can push updates to your client when various events happen. Refer to [Subscriptions in the `rippled` API docs](https://developers.ripple.com/subscription-methods.html) for details.
|
The `rippled` server can push updates to your client when various events happen.
|
||||||
|
Refer to [Subscriptions in the `rippled` API docs](https://xrpl.org/subscribe.html) for details.
|
||||||
|
|
||||||
Note that the `streams` parameter for generic streams takes an array. For example, to subscribe to the `validations` stream, use `{ streams: [ 'validations' ] }`.
|
Note that the `streams` parameter for generic streams takes an array. For example, to subscribe to the `validations` stream, use `{ streams: [ 'validations' ] }`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user