Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <WebThree.h>
Public Member Functions | |
WhisperSlave (RPCSlave *) | |
Public Member Functions inherited from dev::shh::Interface | |
virtual | ~Interface () |
virtual void | inject (Envelope const &_m, WhisperPeer *_from=nullptr)=0 |
virtual Topics const & | fullTopics (unsigned _id) const =0 |
virtual unsigned | installWatch (Topics const &_filter)=0 |
virtual void | uninstallWatch (unsigned _watchId)=0 |
virtual h256s | peekWatch (unsigned _watchId) const =0 |
virtual h256s | checkWatch (unsigned _watchId)=0 |
virtual h256s | watchMessages (unsigned _watchId)=0 |
virtual Envelope | envelope (h256 _m) const =0 |
void | post (bytes const &_payload, Topics _topics, unsigned _ttl=50, unsigned _workToProve=50) |
void | post (Public _to, bytes const &_payload, Topics _topics, unsigned _ttl=50, unsigned _workToProve=50) |
void | post (Secret const &_from, bytes const &_payload, Topics _topics, unsigned _ttl=50, unsigned _workToProve=50) |
void | post (Secret const &_from, Public _to, bytes const &_payload, Topics _topics, unsigned _ttl=50, unsigned _workToProve=50) |
Definition at line 246 of file WebThree.h.
|
inline |
Definition at line 249 of file WebThree.h.