Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
dev::WhisperSlave Class Reference

#include <WebThree.h>

Inheritance diagram for dev::WhisperSlave:
[legend]
Collaboration diagram for dev::WhisperSlave:
[legend]

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)
 

Detailed Description

Definition at line 246 of file WebThree.h.

Constructor & Destructor Documentation

dev::WhisperSlave::WhisperSlave ( RPCSlave )
inline

Definition at line 249 of file WebThree.h.


The documentation for this class was generated from the following file: