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::custom_operations::detail::custom_op_visitor Struct Reference

Public Types

typedef void result_type
 

Public Member Functions

 custom_op_visitor (database &db, account_id_type fee_payer)
 
template<typename T >
void operator() (T &v) const
 

Public Attributes

account_id_type _fee_payer
 
database_db
 

Detailed Description

Definition at line 55 of file custom_operations_plugin.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 57 of file custom_operations_plugin.cpp.

Constructor & Destructor Documentation

◆ custom_op_visitor()

graphene::custom_operations::detail::custom_op_visitor::custom_op_visitor ( database db,
account_id_type  fee_payer 
)
inline

Definition at line 61 of file custom_operations_plugin.cpp.

Member Function Documentation

◆ operator()()

template<typename T >
void graphene::custom_operations::detail::custom_op_visitor::operator() ( T &  v) const
inline

Definition at line 64 of file custom_operations_plugin.cpp.

Member Data Documentation

◆ _db

database* graphene::custom_operations::detail::custom_op_visitor::_db

Definition at line 59 of file custom_operations_plugin.cpp.

◆ _fee_payer

account_id_type graphene::custom_operations::detail::custom_op_visitor::_fee_payer

Definition at line 58 of file custom_operations_plugin.cpp.


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