BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::detail::pending_transactions_restorer Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ pending_transactions_restorer()

graphene::chain::detail::pending_transactions_restorer::pending_transactions_restorer ( database db,
std::vector< processed_transaction > &&  pending_transactions 
)
inline

Definition at line 71 of file db_with.hpp.

◆ ~pending_transactions_restorer()

graphene::chain::detail::pending_transactions_restorer::~pending_transactions_restorer ( )
inline

Definition at line 77 of file db_with.hpp.

Member Data Documentation

◆ _db

database& graphene::chain::detail::pending_transactions_restorer::_db

Definition at line 103 of file db_with.hpp.

◆ _pending_transactions

std::vector< processed_transaction > graphene::chain::detail::pending_transactions_restorer::_pending_transactions

Definition at line 104 of file db_with.hpp.


The documentation for this struct was generated from the following file: