BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <undo_database.hpp>
Public Attributes | |
std::unordered_map< object_id_type, std::unique_ptr< object > > | old_values |
std::unordered_map< object_id_type, object_id_type > | old_index_next_ids |
std::unordered_set< object_id_type > | new_ids |
std::unordered_map< object_id_type, std::unique_ptr< object > > | removed |
Definition at line 33 of file undo_database.hpp.
std::unordered_set<object_id_type> graphene::db::undo_state::new_ids |
Definition at line 37 of file undo_database.hpp.
std::unordered_map<object_id_type, object_id_type> graphene::db::undo_state::old_index_next_ids |
Definition at line 36 of file undo_database.hpp.
std::unordered_map<object_id_type, std::unique_ptr<object> > graphene::db::undo_state::old_values |
Definition at line 35 of file undo_database.hpp.
std::unordered_map<object_id_type, std::unique_ptr<object> > graphene::db::undo_state::removed |
Definition at line 38 of file undo_database.hpp.