CatapultServer
v0.5.0.1 (Elephant)
|
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 ×tampedHash) |
Wraps timestampedHash in raw buffer. More... | |
std::ostream & | catapult::state::operator<< (std::ostream &out, const TimestampedHash ×tampedHash) |
Insertion operator for outputting timestampedHash to out. More... | |