#include <Whisper.h>
|
| Whisper (WebThreeDirect &_web3, std::vector< dev::KeyPair > const &_accounts) |
|
virtual RPCModules | implementedModules () const override |
|
virtual void | setIdentities (std::vector< dev::KeyPair > const &_ids) |
|
std::map< dev::Public, dev::Secret > const & | ids () const |
|
virtual bool | shh_post (Json::Value const &_json) override |
|
virtual std::string | shh_newIdentity () override |
|
virtual bool | shh_hasIdentity (std::string const &_identity) override |
|
virtual std::string | shh_newGroup (std::string const &_id, std::string const &_who) override |
|
virtual std::string | shh_addToGroup (std::string const &_group, std::string const &_who) override |
|
virtual std::string | shh_newFilter (Json::Value const &_json) override |
|
virtual bool | shh_uninstallFilter (std::string const &_filterId) override |
|
virtual Json::Value | shh_getFilterChanges (std::string const &_filterId) override |
|
virtual Json::Value | shh_getMessages (std::string const &_filterId) override |
|
| WhisperFace () |
|
virtual void | shh_postI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_newIdentityI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_hasIdentityI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_newGroupI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_addToGroupI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_newFilterI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_uninstallFilterI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_getFilterChangesI (const Json::Value &request, Json::Value &response) |
|
virtual void | shh_getMessagesI (const Json::Value &request, Json::Value &response) |
|
virtual | ~ServerInterface () |
|
Methods const & | methods () const |
|
Notifications const & | notifications () const |
|
Definition at line 41 of file Whisper.h.
virtual RPCModules dev::rpc::Whisper::implementedModules |
( |
| ) |
const |
|
inlineoverridevirtual |
void Whisper::setIdentities |
( |
std::vector< dev::KeyPair > const & |
_ids | ) |
|
|
virtual |
std::string Whisper::shh_addToGroup |
( |
std::string const & |
_group, |
|
|
std::string const & |
_who |
|
) |
| |
|
overridevirtual |
Json::Value Whisper::shh_getFilterChanges |
( |
std::string const & |
_filterId | ) |
|
|
overridevirtual |
Json::Value Whisper::shh_getMessages |
( |
std::string const & |
_filterId | ) |
|
|
overridevirtual |
bool Whisper::shh_hasIdentity |
( |
std::string const & |
_identity | ) |
|
|
overridevirtual |
std::string Whisper::shh_newFilter |
( |
Json::Value const & |
_json | ) |
|
|
overridevirtual |
std::string Whisper::shh_newGroup |
( |
std::string const & |
_id, |
|
|
std::string const & |
_who |
|
) |
| |
|
overridevirtual |
std::string Whisper::shh_newIdentity |
( |
| ) |
|
|
overridevirtual |
bool Whisper::shh_post |
( |
Json::Value const & |
_json | ) |
|
|
overridevirtual |
bool Whisper::shh_uninstallFilter |
( |
std::string const & |
_filterId | ) |
|
|
overridevirtual |
std::map<unsigned, dev::Public> dev::rpc::Whisper::m_watches |
|
private |
The documentation for this class was generated from the following files: