Scorum
|
#include <withdraw_scorumpower_objects.hpp>
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... | |
Definition at line 42 of file withdraw_scorumpower_objects.hpp.
withdrawable_id_type scorum::chain::withdraw_scorumpower_object::from_id |
Definition at line 49 of file withdraw_scorumpower_objects.hpp.
id_type scorum::chain::withdraw_scorumpower_object::id |
Definition at line 47 of file withdraw_scorumpower_objects.hpp.
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.
Track how many shares have been withdrawn.
Definition at line 56 of file withdraw_scorumpower_objects.hpp.
at the time this is updated it can be at most scorumpower/104
Definition at line 51 of file withdraw_scorumpower_objects.hpp.
Definition at line 55 of file withdraw_scorumpower_objects.hpp.