Scorum
|
#include <registration_objects.hpp>
Classes | |
struct | schedule_item |
Public Attributes | |
id_type | id |
asset | balance = asset(0, SCORUM_SYMBOL) |
asset | delegated = asset(0, SP_SYMBOL) |
asset | maximum_bonus = asset(0, SCORUM_SYMBOL) |
uint64_t | already_allocated_count = 0 |
fc::shared_vector< schedule_item > | schedule_items |
protocol::percent_type | invite_quorum = SCORUM_COMMITTEE_ADD_EXCLUDE_QUORUM_PERCENT |
protocol::percent_type | dropout_quorum = SCORUM_COMMITTEE_ADD_EXCLUDE_QUORUM_PERCENT |
protocol::percent_type | change_quorum = SCORUM_COMMITTEE_QUORUM_PERCENT |
Definition at line 20 of file registration_objects.hpp.
uint64_t scorum::chain::registration_pool_object::already_allocated_count = 0 |
Definition at line 32 of file registration_objects.hpp.
asset scorum::chain::registration_pool_object::balance = asset(0, SCORUM_SYMBOL) |
Definition at line 27 of file registration_objects.hpp.
protocol::percent_type scorum::chain::registration_pool_object::change_quorum = SCORUM_COMMITTEE_QUORUM_PERCENT |
Definition at line 45 of file registration_objects.hpp.
Definition at line 28 of file registration_objects.hpp.
protocol::percent_type scorum::chain::registration_pool_object::dropout_quorum = SCORUM_COMMITTEE_ADD_EXCLUDE_QUORUM_PERCENT |
Definition at line 44 of file registration_objects.hpp.
id_type scorum::chain::registration_pool_object::id |
Definition at line 25 of file registration_objects.hpp.
protocol::percent_type scorum::chain::registration_pool_object::invite_quorum = SCORUM_COMMITTEE_ADD_EXCLUDE_QUORUM_PERCENT |
Definition at line 43 of file registration_objects.hpp.
asset scorum::chain::registration_pool_object::maximum_bonus = asset(0, SCORUM_SYMBOL) |
Definition at line 30 of file registration_objects.hpp.
fc::shared_vector<schedule_item> scorum::chain::registration_pool_object::schedule_items |
Definition at line 41 of file registration_objects.hpp.