BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::linear_vesting_policy_initializer Struct Reference

#include <vesting.hpp>

Public Attributes

fc::time_point_sec begin_timestamp
 
uint32_t vesting_cliff_seconds = 0
 
uint32_t vesting_duration_seconds = 0
 

Detailed Description

Definition at line 30 of file vesting.hpp.

Member Data Documentation

◆ begin_timestamp

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.

◆ vesting_cliff_seconds

uint32_t graphene::protocol::linear_vesting_policy_initializer::vesting_cliff_seconds = 0

Definition at line 34 of file vesting.hpp.

◆ vesting_duration_seconds

uint32_t graphene::protocol::linear_vesting_policy_initializer::vesting_duration_seconds = 0

Definition at line 35 of file vesting.hpp.


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