|
Wire Sysio Wire Sysion 1.0.0
|


Go to the source code of this file.
Namespaces | |
| namespace | fc |
| namespace sysio::chain | |
| namespace | fc::persistence_util |
Functions | |
| cfile | fc::persistence_util::open_cfile_for_read (const fc::path &dir, const std::string &filename) |
| uint32_t | fc::persistence_util::read_persistence_header (cfile &dat_content, const uint32_t magic_number, const uint32_t min_supported_version, const uint32_t max_supported_version) |
| cfile | fc::persistence_util::open_cfile_for_write (const fc::path &dir, const std::string &filename) |
| void | fc::persistence_util::write_persistence_header (cfile &dat_content, const uint32_t magic_number, const uint32_t current_version) |