You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To facilitate the development of dApps / services and others, the implementation of a WebSocket in the API would allow to create even-based applications / services.
We connect to the WebSocket of the daemon API, and we send a message in json format with the name of the event to which we want to subscribe.
The available events would be:
the appearance of a new confirmed block on the network
A transaction added in the mempool / regpool
The API by WebSocket should also be available on the wallet API, in order to have the following events:
Detection of a new incoming transaction
Detection of a new block height
The text was updated successfully, but these errors were encountered:
To facilitate the development of dApps / services and others, the implementation of a WebSocket in the API would allow to create even-based applications / services.
We connect to the WebSocket of the daemon API, and we send a message in json format with the name of the event to which we want to subscribe.
The available events would be:
The API by WebSocket should also be available on the wallet API, in order to have the following events:
The text was updated successfully, but these errors were encountered: