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

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::cache
 

Functions

void catapult::cache::SaveSupplementalData (const SupplementalData &supplementalData, Height chainHeight, io::OutputStream &output)
 Saves supplementalData and chainHeight to output. More...
 
void catapult::cache::LoadSupplementalData (io::InputStream &input, SupplementalData &supplementalData, Height &chainHeight)
 Loads supplementalData and chainHeight from input. More...