OpenCBDC Transaction Processor
|
#include "state_manager.hpp"
#include "log_store.hpp"
#include <cstring>
#include <filesystem>
#include <fstream>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | cbdc |
namespace | cbdc::raft |
Functions | |
template<typename T > | |
void | cbdc::raft::save_object (const T &obj, const std::string &filename) |
template<typename T > | |
auto | cbdc::raft::load_object (const std::string &filename) -> nuraft::ptr< T > |