Scorum
Public Attributes | List of all members
scorum::chain::withdraw_scorumpower_object Class Reference

#include <withdraw_scorumpower_objects.hpp>

Inheritance diagram for scorum::chain::withdraw_scorumpower_object:

Public Attributes

id_type id
 
withdrawable_id_type from_id
 
asset vesting_withdraw_rate = asset(0, SP_SYMBOL)
 at the time this is updated it can be at most scorumpower/104 More...
 
time_point_sec next_vesting_withdrawal = fc::time_point_sec::maximum()
 after every withdrawal this is incremented by 1 week More...
 
asset withdrawn = asset(0, SP_SYMBOL)
 
asset to_withdraw = asset(0, SP_SYMBOL)
 Track how many shares have been withdrawn. More...
 

Detailed Description

Definition at line 42 of file withdraw_scorumpower_objects.hpp.

Member Data Documentation

◆ from_id

withdrawable_id_type scorum::chain::withdraw_scorumpower_object::from_id

Definition at line 49 of file withdraw_scorumpower_objects.hpp.

◆ id

id_type scorum::chain::withdraw_scorumpower_object::id

Definition at line 47 of file withdraw_scorumpower_objects.hpp.

◆ next_vesting_withdrawal

time_point_sec scorum::chain::withdraw_scorumpower_object::next_vesting_withdrawal = fc::time_point_sec::maximum()

after every withdrawal this is incremented by 1 week

Definition at line 53 of file withdraw_scorumpower_objects.hpp.

◆ to_withdraw

asset scorum::chain::withdraw_scorumpower_object::to_withdraw = asset(0, SP_SYMBOL)

Track how many shares have been withdrawn.

Definition at line 56 of file withdraw_scorumpower_objects.hpp.

◆ vesting_withdraw_rate

asset scorum::chain::withdraw_scorumpower_object::vesting_withdraw_rate = asset(0, SP_SYMBOL)

at the time this is updated it can be at most scorumpower/104

Definition at line 51 of file withdraw_scorumpower_objects.hpp.

◆ withdrawn

asset scorum::chain::withdraw_scorumpower_object::withdrawn = asset(0, SP_SYMBOL)

Definition at line 55 of file withdraw_scorumpower_objects.hpp.


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