BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <node_impl.hxx>
Public Member Functions | |
void | block_accepted () |
void | cache_message (const message &message_to_cache, const message_hash_type &hash_of_message_to_cache, const message_propagation_data &propagation_data, const message_hash_type &message_content_hash) |
message | get_message (const message_hash_type &hash_of_message_to_lookup) const |
message_propagation_data | get_message_propagation_data (const message_hash_type &hash_of_msg_contents_to_lookup) const |
size_t | size () const |
Definition at line 179 of file node_impl.hxx.
void graphene::net::detail::blockchain_tied_message_cache::block_accepted | ( | ) |
void graphene::net::detail::blockchain_tied_message_cache::cache_message | ( | const message & | message_to_cache, |
const message_hash_type & | hash_of_message_to_cache, | ||
const message_propagation_data & | propagation_data, | ||
const message_hash_type & | message_content_hash | ||
) |
message graphene::net::detail::blockchain_tied_message_cache::get_message | ( | const message_hash_type & | hash_of_message_to_lookup | ) | const |
message_propagation_data graphene::net::detail::blockchain_tied_message_cache::get_message_propagation_data | ( | const message_hash_type & | hash_of_msg_contents_to_lookup | ) | const |
|
inline |
Definition at line 234 of file node_impl.hxx.