Scorum
|
#include <registration_objects.hpp>
Public Attributes | |
id_type | id |
account_name_type | account |
asset | already_allocated_cash = asset(0, SCORUM_SYMBOL) |
uint32_t | last_allocated_block = 0 |
uint32_t | per_n_block_remain = SCORUM_REGISTRATION_BONUS_LIMIT_PER_MEMBER_N_BLOCK |
Definition at line 48 of file registration_objects.hpp.
account_name_type scorum::chain::registration_committee_member_object::account |
Definition at line 56 of file registration_objects.hpp.
asset scorum::chain::registration_committee_member_object::already_allocated_cash = asset(0, SCORUM_SYMBOL) |
Definition at line 60 of file registration_objects.hpp.
id_type scorum::chain::registration_committee_member_object::id |
Definition at line 54 of file registration_objects.hpp.
uint32_t scorum::chain::registration_committee_member_object::last_allocated_block = 0 |
Definition at line 62 of file registration_objects.hpp.
uint32_t scorum::chain::registration_committee_member_object::per_n_block_remain = SCORUM_REGISTRATION_BONUS_LIMIT_PER_MEMBER_N_BLOCK |
Definition at line 64 of file registration_objects.hpp.