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

Go to the source code of this file.

Classes

struct  graphene::protocol::linear_vesting_policy_initializer
 
struct  graphene::protocol::cdd_vesting_policy_initializer
 
struct  graphene::protocol::instant_vesting_policy_initializer
 
struct  graphene::protocol::vesting_balance_create_operation
 Create a vesting balance. More...
 
struct  graphene::protocol::vesting_balance_create_operation::fee_params_t
 
struct  graphene::protocol::vesting_balance_withdraw_operation
 Withdraw from a vesting balance. More...
 
struct  graphene::protocol::vesting_balance_withdraw_operation::fee_params_t
 

Namespaces

 graphene
 
 graphene::protocol
 

Typedefs

typedef fc::static_variant< linear_vesting_policy_initializer, cdd_vesting_policy_initializer, instant_vesting_policy_initializer > graphene::protocol::vesting_policy_initializer