BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Typedefs
htlc.hpp File Reference
#include <fc/time.hpp>
#include <graphene/protocol/base.hpp>
#include <graphene/protocol/asset.hpp>
#include <graphene/protocol/memo.hpp>
#include <algorithm>

Go to the source code of this file.

Classes

struct  graphene::protocol::htlc_create_operation
 
struct  graphene::protocol::htlc_create_operation::fee_params_t
 
struct  graphene::protocol::htlc_create_operation::additional_options_type
 
struct  graphene::protocol::htlc_redeem_operation
 
struct  graphene::protocol::htlc_redeem_operation::fee_params_t
 
struct  graphene::protocol::htlc_redeemed_operation
 
struct  graphene::protocol::htlc_redeemed_operation::fee_params_t
 
struct  graphene::protocol::htlc_extend_operation
 
struct  graphene::protocol::htlc_extend_operation::fee_params_t
 
struct  graphene::protocol::htlc_refund_operation
 
struct  graphene::protocol::htlc_refund_operation::fee_params_t
 

Namespaces

 graphene
 
 graphene::protocol
 

Typedefs

typedef fc::ripemd160 graphene::protocol::htlc_algo_ripemd160
 
typedef fc::sha1 graphene::protocol::htlc_algo_sha1
 
typedef fc::sha256 graphene::protocol::htlc_algo_sha256
 
typedef fc::hash160 graphene::protocol::htlc_algo_hash160
 
typedef fc::static_variant< htlc_algo_ripemd160, htlc_algo_sha1, htlc_algo_sha256, htlc_algo_hash160 > graphene::protocol::htlc_hash