BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/container/flat.hpp>
#include <graphene/protocol/authority.hpp>
#include <graphene/protocol/operations.hpp>
#include <graphene/protocol/transaction.hpp>
#include <graphene/chain/withdraw_permission_object.hpp>
#include <graphene/chain/database.hpp>
#include <graphene/chain/worker_object.hpp>
#include <graphene/chain/confidential_object.hpp>
#include <graphene/chain/htlc_object.hpp>
#include <graphene/chain/market_object.hpp>
#include <graphene/chain/committee_member_object.hpp>
#include <graphene/chain/witness_object.hpp>
#include <graphene/chain/proposal_object.hpp>
#include <graphene/chain/operation_history_object.hpp>
#include <graphene/chain/vesting_balance_object.hpp>
#include <graphene/chain/transaction_history_object.hpp>
#include <graphene/chain/custom_authority_object.hpp>
#include <graphene/chain/ticket_object.hpp>
#include <graphene/chain/liquidity_pool_object.hpp>
#include <graphene/chain/samet_fund_object.hpp>
#include <graphene/chain/credit_offer_object.hpp>
#include <graphene/chain/impacted.hpp>
#include <graphene/chain/hardfork.hpp>
Go to the source code of this file.
Classes | |
struct | graphene::chain::detail::get_impacted_account_visitor |
Namespaces | |
graphene | |
graphene::chain | |
graphene::chain::detail | |
Functions | |
void | graphene::chain::operation_get_impacted_accounts (const operation &op, flat_set< account_id_type > &result, bool ignore_custom_op_required_auths) |
void | graphene::chain::transaction_get_impacted_accs (const transaction &tx, flat_set< account_id_type > &result, bool ignore_custom_op_required_auths) |