CatapultServer  v0.5.0.1 (Elephant)
TimestampedHash.h File Reference
Include dependency graph for TimestampedHash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::state::TimestampedHash
 Represents a hash with attached timestamp. More...
 

Namespaces

 catapult
 
 catapult::state
 

Typedefs

using catapult::state::TimestampedHashRange = model::EntityRange< TimestampedHash >
 An entity range composed of timestamped hashes. More...
 

Functions

RawBuffer catapult::state::SerializeKey (const TimestampedHash &timestampedHash)
 Wraps timestampedHash in raw buffer. More...
 
std::ostream & catapult::state::operator<< (std::ostream &out, const TimestampedHash &timestampedHash)
 Insertion operator for outputting timestampedHash to out. More...