Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
create_deltas.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace sysio {
6namespace state_history {
7
8std::vector<table_delta> create_deltas(const chainbase::database& db, bool full_snapshot);
9
10} // namespace state_history
11} // namespace sysio
std::vector< table_delta > create_deltas(const chainbase::database &db, bool full_snapshot)