This pull request enables to listen to pending interactions
closes: #16
Changes
Implemented a WebSocket event, new_pending_interactions, enabling clients to subscribe and receive real-time pending interaction hash through this channel.
Changes include
[ ] Bugfix (non-breaking change that solves an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Breaking change (change that is not backwards-compatible and/or changes current functionality)
Checklist
[x] I have assigned this PR to myself
[x] I have added at least 1 reviewer
[x] I have tested this code
[ ] I have updated the README and other relevant documents (guides...)
This pull request enables to listen to pending interactions
Changes
new_pending_interactions
, enabling clients to subscribe and receive real-time pending interaction hash through this channel.Changes include
Checklist