#include <scorum/protocol/operation_util.hpp>
#include <fc/static_variant.hpp>
Go to the source code of this file.
◆ DEFINE_OPERATION_SERIALIZATOR
#define DEFINE_OPERATION_SERIALIZATOR |
( |
|
OperationType | ) |
|
◆ DEFINE_OPERATION_TYPE
#define DEFINE_OPERATION_TYPE |
( |
|
OperationType | ) |
|
Value:
\
namespace protocol { \
\
{ \
} \
\
void operation_get_required_authorities(const OperationType& op, \
flat_set<account_name_type>&
active, \
flat_set<account_name_type>&
owner, \
flat_set<account_name_type>&
posting, \
std::vector<authority>& other) \
{ \
} \
} \
}
void operation_validate(const proposal_operation &op)
#define DEFINE_OPERATION_SERIALIZATOR(OperationType)
Definition at line 87 of file operation_util_impl.hpp.