BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions
operations.cpp File Reference
#include <graphene/protocol/operations.hpp>
#include <graphene/protocol/fee_schedule.hpp>
#include <fc/io/raw.hpp>
#include <fc/uint128.hpp>

Go to the source code of this file.

Classes

struct  graphene::protocol::operation_validator
 Used to validate operations in a polymorphic manner. More...
 
struct  graphene::protocol::operation_get_required_auth
 

Namespaces

 graphene
 
 graphene::protocol
 

Functions

void graphene::protocol::operation_validate (const operation &op)
 
void graphene::protocol::operation_get_required_authorities (const operation &op, flat_set< account_id_type > &active, flat_set< account_id_type > &owner, vector< authority > &other, bool ignore_custom_operation_required_auths)