Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
dev::shh::FilterKey Struct Reference

#include <Message.h>

Collaboration diagram for dev::shh::FilterKey:
[legend]

Public Member Functions

 FilterKey ()
 
 FilterKey (unsigned _tI, Secret const &_k)
 

Public Attributes

unsigned topicIndex = Undefined
 
Secret key
 

Detailed Description

Definition at line 45 of file Message.h.

Constructor & Destructor Documentation

dev::shh::FilterKey::FilterKey ( )
inline

Definition at line 47 of file Message.h.

dev::shh::FilterKey::FilterKey ( unsigned  _tI,
Secret const &  _k 
)
inline

Definition at line 48 of file Message.h.

Member Data Documentation

Secret dev::shh::FilterKey::key

Definition at line 50 of file Message.h.

unsigned dev::shh::FilterKey::topicIndex = Undefined

Definition at line 49 of file Message.h.


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