shh

Shh related features

class aioethereum.management.shh.ShhMixin

Bases: object

coroutine shh_addToGroup()

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_addtogroup DEPRECATED

coroutine shh_getFilterChanges(filter_id)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_getfilterchanges DEPRECATED

coroutine shh_getMessages(filter_id)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_getmessages DEPRECATED

coroutine shh_hasIdentity(address)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_hasidentity DEPRECATED

coroutine shh_newFilter(to=None, *, topics)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newfilter DEPRECATED

coroutine shh_newGroup()

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newgroup DEPRECATED

coroutine shh_newIdentity()

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_newidentity DEPRECATED

coroutine shh_post(from_=None, to=None, *, topics, payload, priority, ttl)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_post

coroutine shh_uninstallFilter(filter_id)

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_uninstallfilter DEPRECATED

coroutine shh_version()

https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_version