BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::net::peer_connection::timestamped_item_id Struct Reference

#include <peer_connection.hpp>

Public Member Functions

 timestamped_item_id (const item_id &item, const fc::time_point_sec timestamp)
 

Public Attributes

item_id item
 
fc::time_point_sec timestamp
 

Detailed Description

non-synchronization state data

Definition at line 236 of file peer_connection.hpp.

Constructor & Destructor Documentation

◆ timestamped_item_id()

graphene::net::peer_connection::timestamped_item_id::timestamped_item_id ( const item_id item,
const fc::time_point_sec  timestamp 
)
inline

Definition at line 240 of file peer_connection.hpp.

Member Data Documentation

◆ item

item_id graphene::net::peer_connection::timestamped_item_id::item

Definition at line 238 of file peer_connection.hpp.

◆ timestamp

fc::time_point_sec graphene::net::peer_connection::timestamped_item_id::timestamp

Definition at line 239 of file peer_connection.hpp.


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