We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whisper Protocol in original has a subscribe function, please see the Whisper-v5-RPC-API.
shh_subscribe Creates and registers a new subscription to receive notifications for inbound whisper messages. Returns the ID of the newly created subscription.
shh_subscribe
Creates and registers a new subscription to receive notifications for inbound whisper messages. Returns the ID of the newly created subscription.
But Web3.py seems like does not have shh.subscribe function on its documentation and implementation.
shh.subscribe
=> Would it be implemented? or is it not implemented in purpose?
The text was updated successfully, but these errors were encountered:
Only whisper v6 is supported, since #784
Sorry, something went wrong.
No branches or pull requests
Whisper Protocol in original has a subscribe function, please see the Whisper-v5-RPC-API.
But Web3.py seems like does not have
shh.subscribe
function on its documentation and implementation.=> Would it be implemented? or is it not implemented in purpose?
The text was updated successfully, but these errors were encountered: