BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <db_with.hpp>
Public Member Functions | |
pending_transactions_restorer (database &db, std::vector< processed_transaction > &&pending_transactions) | |
~pending_transactions_restorer () | |
Public Attributes | |
database & | _db |
std::vector< processed_transaction > | _pending_transactions |
Class used to help the without_pending_transactions implementation.
TODO: Change the name of this class to better reflect the fact that it restores popped transactions as well as pending transactions.
Definition at line 69 of file db_with.hpp.
|
inline |
Definition at line 71 of file db_with.hpp.
|
inline |
Definition at line 77 of file db_with.hpp.
database& graphene::chain::detail::pending_transactions_restorer::_db |
Definition at line 103 of file db_with.hpp.
std::vector< processed_transaction > graphene::chain::detail::pending_transactions_restorer::_pending_transactions |
Definition at line 104 of file db_with.hpp.