BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <vesting.hpp>
Public Attributes | |
fc::time_point_sec | begin_timestamp |
uint32_t | vesting_cliff_seconds = 0 |
uint32_t | vesting_duration_seconds = 0 |
Definition at line 30 of file vesting.hpp.
fc::time_point_sec graphene::protocol::linear_vesting_policy_initializer::begin_timestamp |
while vesting begins on begin_timestamp, none may be claimed before vesting_cliff_seconds have passed
Definition at line 33 of file vesting.hpp.
uint32_t graphene::protocol::linear_vesting_policy_initializer::vesting_cliff_seconds = 0 |
Definition at line 34 of file vesting.hpp.
uint32_t graphene::protocol::linear_vesting_policy_initializer::vesting_duration_seconds = 0 |
Definition at line 35 of file vesting.hpp.