BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::vesting_policy_context Struct Reference

#include <vesting_balance_object.hpp>

Public Member Functions

 vesting_policy_context (asset _balance, fc::time_point_sec _now, asset _amount)
 

Public Attributes

asset balance
 
fc::time_point_sec now
 
asset amount
 

Detailed Description

Definition at line 40 of file vesting_balance_object.hpp.

Constructor & Destructor Documentation

◆ vesting_policy_context()

graphene::chain::vesting_policy_context::vesting_policy_context ( asset  _balance,
fc::time_point_sec  _now,
asset  _amount 
)
inline

Definition at line 42 of file vesting_balance_object.hpp.

Member Data Documentation

◆ amount

asset graphene::chain::vesting_policy_context::amount

Definition at line 50 of file vesting_balance_object.hpp.

◆ balance

asset graphene::chain::vesting_policy_context::balance

Definition at line 48 of file vesting_balance_object.hpp.

◆ now

fc::time_point_sec graphene::chain::vesting_policy_context::now

Definition at line 49 of file vesting_balance_object.hpp.


The documentation for this struct was generated from the following file: