BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <graphene/chain/database.hpp>
#include <graphene/chain/htlc_evaluator.hpp>
#include <graphene/chain/htlc_object.hpp>
#include <graphene/chain/hardfork.hpp>
#include <graphene/chain/is_authorized_asset.hpp>
Go to the source code of this file.
Classes | |
class | graphene::chain::htlc_redeem_visitor |
Namespaces | |
graphene | |
graphene::chain | |
graphene::chain::detail | |
Functions | |
void | graphene::chain::detail::check_htlc_create_hf_bsip64 (const fc::time_point_sec &block_time, const htlc_create_operation &op, const asset_object &asset_to_transfer) |
void | graphene::chain::detail::check_htlc_redeem_hf_bsip64 (const fc::time_point_sec &block_time, const htlc_redeem_operation &op, const htlc_object *htlc_obj) |
optional< htlc_options > | graphene::chain::get_committee_htlc_options (graphene::chain::database &db) |