plebble
us::gov::peer::daemon::nodes_t Struct Reference

#include <daemon.h>

Inheritance diagram for us::gov::peer::daemon::nodes_t:
Collaboration diagram for us::gov::peer::daemon::nodes_t:

Public Types

typedef account_t account_type
 
typedef hash_t index_type
 

Public Member Functions

void to_stream (ostream &os) const
 
void from_stream (istream &os)
 
void from_stream_prev (istream &os)
 
void dump (const string &prefix, ostream &) const
 
void hash_data_to_sign (crypto::ec::sigmsg_hasher_t &) const
 
void hash_data (crypto::ripemd160 &) const
 
void dump_as_seeds (ostream &) const
 
void collect_as_wallet_endpoints (vector< tuple< hash_t, uint32_t, uint16_t >> &) const
 

Static Public Member Functions

static ko check (const hash_t &id, const account_t &)
 

Member Typedef Documentation

◆ account_type

◆ index_type

Member Function Documentation

◆ check()

static ko us::gov::peer::daemon::nodes_t::check ( const hash_t id,
const account_t  
)
static

◆ collect_as_wallet_endpoints()

void us::gov::peer::daemon::nodes_t::collect_as_wallet_endpoints ( vector< tuple< hash_t, uint32_t, uint16_t >> &  ) const

◆ dump()

void us::gov::peer::daemon::nodes_t::dump ( const string &  prefix,
ostream &   
) const

◆ dump_as_seeds()

void us::gov::peer::daemon::nodes_t::dump_as_seeds ( ostream &  ) const

◆ from_stream()

void us::gov::peer::daemon::nodes_t::from_stream ( istream &  os)

◆ from_stream_prev()

void us::gov::peer::daemon::nodes_t::from_stream_prev ( istream &  os)

◆ hash_data()

void us::gov::peer::daemon::nodes_t::hash_data ( crypto::ripemd160 ) const

◆ hash_data_to_sign()

void us::gov::peer::daemon::nodes_t::hash_data_to_sign ( crypto::ec::sigmsg_hasher_t ) const

◆ to_stream()

void us::gov::peer::daemon::nodes_t::to_stream ( ostream &  os) const

Referenced by us::gov::engine::auth::app::delta::to_stream().

Here is the caller graph for this function:

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