BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/exception/exception.hpp>
#include <graphene/protocol/exceptions.hpp>
#include <graphene/protocol/fee_schedule.hpp>
#include <graphene/protocol/operations.hpp>
#include <graphene/chain/types.hpp>
Go to the source code of this file.
Namespaces | |
graphene | |
graphene::chain | |
Macros | |
#define | GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS(op_name) |
#define | GRAPHENE_IMPLEMENT_OP_BASE_EXCEPTIONS(op_name) |
#define | GRAPHENE_DECLARE_OP_VALIDATE_EXCEPTION(exc_name, op_name, seqnum) |
#define | GRAPHENE_IMPLEMENT_OP_VALIDATE_EXCEPTION(exc_name, op_name, seqnum, msg) |
#define | GRAPHENE_DECLARE_OP_EVALUATE_EXCEPTION(exc_name, op_name, seqnum) |
#define | GRAPHENE_IMPLEMENT_OP_EVALUATE_EXCEPTION(exc_name, op_name, seqnum, msg) |
#define | GRAPHENE_TRY_NOTIFY(signal, ...) |
#define | GRAPHENE_RECODE_EXC(cause_type, effect_type) |
Functions | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (transfer) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (limit_order_create) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (limit_order_update) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (limit_order_cancel) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (call_order_update) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (account_create) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (account_update) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (asset_reserve) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (proposal_create) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (balance_claim) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (override_transfer) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (blind_transfer) | |
graphene::chain::GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS (liquidity_pool_exchange) | |
#define GRAPHENE_DECLARE_OP_BASE_EXCEPTIONS | ( | op_name | ) |
Definition at line 32 of file exceptions.hpp.
#define GRAPHENE_DECLARE_OP_EVALUATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum | |||
) |
Definition at line 75 of file exceptions.hpp.
#define GRAPHENE_DECLARE_OP_VALIDATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum | |||
) |
Definition at line 58 of file exceptions.hpp.
#define GRAPHENE_IMPLEMENT_OP_BASE_EXCEPTIONS | ( | op_name | ) |
Definition at line 44 of file exceptions.hpp.
#define GRAPHENE_IMPLEMENT_OP_EVALUATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum, | |||
msg | |||
) |
Definition at line 83 of file exceptions.hpp.
#define GRAPHENE_IMPLEMENT_OP_VALIDATE_EXCEPTION | ( | exc_name, | |
op_name, | |||
seqnum, | |||
msg | |||
) |
Definition at line 66 of file exceptions.hpp.
#define GRAPHENE_RECODE_EXC | ( | cause_type, | |
effect_type | |||
) |
Definition at line 223 of file exceptions.hpp.
#define GRAPHENE_TRY_NOTIFY | ( | signal, | |
... | |||
) |
Definition at line 92 of file exceptions.hpp.