C++ Distributed Hash Table
|
Public Member Functions | |
TrustRequest (std::string s) | |
TrustRequest (std::string s, const Blob &d) | |
![]() | |
virtual void | unpackValue (const Value &v) override |
![]() | |
virtual const ValueType & | getType () const |
virtual Value | packValue () const |
Static Public Member Functions | |
static Value::Filter | getFilter () |
![]() | |
static Value::Filter | getFilter () |
![]() | |
static Value::Filter | getFilter () |
Public Attributes | |
std::string | service |
Blob | payload |
bool | confirm {false} |
![]() | |
dht::InfoHash | to |
![]() | |
dht::InfoHash | from |
Static Public Attributes | |
static const ValueType | TYPE |
Additional Inherited Members | |
![]() | |
using | BaseClass = SignedValue< TrustRequest > |
Definition at line 135 of file default_types.h.