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

Public Types

using result_type = void
 

Public Member Functions

 operation_get_required_auth (flat_set< account_id_type > &a, flat_set< account_id_type > &own, vector< authority > &oth, bool ignore_custom_operation_required_auths)
 
template<typename T >
void operator() (const T &v) const
 
void operator() (const custom_operation &op) const
 

Public Attributes

flat_set< account_id_type > & active
 
flat_set< account_id_type > & owner
 
vector< authority > & other
 
bool ignore_custom_op_reqd_auths
 

Detailed Description

Definition at line 62 of file operations.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 64 of file operations.cpp.

Constructor & Destructor Documentation

◆ operation_get_required_auth()

graphene::protocol::operation_get_required_auth::operation_get_required_auth ( flat_set< account_id_type > &  a,
flat_set< account_id_type > &  own,
vector< authority > &  oth,
bool  ignore_custom_operation_required_auths 
)
inline

Definition at line 72 of file operations.cpp.

Member Function Documentation

◆ operator()() [1/2]

void graphene::protocol::operation_get_required_auth::operator() ( const custom_operation op) const
inline

Definition at line 88 of file operations.cpp.

◆ operator()() [2/2]

template<typename T >
void graphene::protocol::operation_get_required_auth::operator() ( const T &  v) const
inline

Definition at line 81 of file operations.cpp.

Member Data Documentation

◆ active

flat_set<account_id_type>& graphene::protocol::operation_get_required_auth::active

Definition at line 66 of file operations.cpp.

◆ ignore_custom_op_reqd_auths

bool graphene::protocol::operation_get_required_auth::ignore_custom_op_reqd_auths

Definition at line 69 of file operations.cpp.

◆ other

vector<authority>& graphene::protocol::operation_get_required_auth::other

Definition at line 68 of file operations.cpp.

◆ owner

flat_set<account_id_type>& graphene::protocol::operation_get_required_auth::owner

Definition at line 67 of file operations.cpp.


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