BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#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 |
Definition at line 40 of file vesting_balance_object.hpp.
|
inline |
Definition at line 42 of file vesting_balance_object.hpp.
asset graphene::chain::vesting_policy_context::amount |
Definition at line 50 of file vesting_balance_object.hpp.
asset graphene::chain::vesting_policy_context::balance |
Definition at line 48 of file vesting_balance_object.hpp.
fc::time_point_sec graphene::chain::vesting_policy_context::now |
Definition at line 49 of file vesting_balance_object.hpp.