BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Namespaces | Functions
impacted.hpp File Reference
#include <fc/container/flat.hpp>
#include <graphene/protocol/operations.hpp>
#include <graphene/protocol/transaction.hpp>
#include <graphene/protocol/types.hpp>

Go to the source code of this file.

Namespaces

 graphene
 
 graphene::chain
 

Functions

void graphene::chain::operation_get_impacted_accounts (const graphene::chain::operation &op, fc::flat_set< graphene::chain::account_id_type > &result, bool ignore_custom_operation_required_auths)
 
void graphene::chain::transaction_get_impacted_accounts (const graphene::chain::transaction &tx, fc::flat_set< graphene::chain::account_id_type > &result, bool ignore_custom_operation_required_auths)