BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <graphene/chain/database.hpp>
Go to the source code of this file.
Classes | |
struct | graphene::chain::detail::skip_flags_restorer |
struct | graphene::chain::detail::pending_transactions_restorer |
Namespaces | |
graphene | |
graphene::chain | |
graphene::chain::detail | |
Functions | |
template<typename Lambda > | |
void | graphene::chain::detail::with_skip_flags (database &db, uint32_t skip_flags, Lambda callback) |
template<typename Lambda > | |
void | graphene::chain::detail::without_pending_transactions (database &db, std::vector< processed_transaction > &&pending_transactions, Lambda callback) |