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

#include <vesting.hpp>

Public Member Functions

 cdd_vesting_policy_initializer (uint32_t vest_sec=0, fc::time_point_sec sc=fc::time_point_sec())
 

Public Attributes

fc::time_point_sec start_claim
 
uint32_t vesting_seconds = 0
 

Detailed Description

Definition at line 38 of file vesting.hpp.

Constructor & Destructor Documentation

◆ cdd_vesting_policy_initializer()

graphene::protocol::cdd_vesting_policy_initializer::cdd_vesting_policy_initializer ( uint32_t  vest_sec = 0,
fc::time_point_sec  sc = fc::time_point_sec() 
)
inline

Definition at line 43 of file vesting.hpp.

Member Data Documentation

◆ start_claim

fc::time_point_sec graphene::protocol::cdd_vesting_policy_initializer::start_claim

while coindays may accrue over time, none may be claimed before the start_claim time

Definition at line 41 of file vesting.hpp.

◆ vesting_seconds

uint32_t graphene::protocol::cdd_vesting_policy_initializer::vesting_seconds = 0

Definition at line 42 of file vesting.hpp.


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