BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Public Member Functions | List of all members
graphene::net::detail::blockchain_tied_message_cache Class Reference

#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
 

Detailed Description

Definition at line 179 of file node_impl.hxx.

Member Function Documentation

◆ block_accepted()

void graphene::net::detail::blockchain_tied_message_cache::block_accepted ( )

Definition at line 87 of file node.cpp.

◆ cache_message()

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 
)

Definition at line 95 of file node.cpp.

◆ get_message()

message graphene::net::detail::blockchain_tied_message_cache::get_message ( const message_hash_type hash_of_message_to_lookup) const

Definition at line 107 of file node.cpp.

◆ get_message_propagation_data()

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

Definition at line 116 of file node.cpp.

◆ size()

size_t graphene::net::detail::blockchain_tied_message_cache::size ( ) const
inline

Definition at line 234 of file node_impl.hxx.


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