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

#include <registration_objects.hpp>

Inheritance diagram for scorum::chain::registration_pool_object:

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_itemschedule_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
 

Detailed Description

Definition at line 20 of file registration_objects.hpp.

Member Data Documentation

◆ already_allocated_count

uint64_t scorum::chain::registration_pool_object::already_allocated_count = 0

Definition at line 32 of file registration_objects.hpp.

◆ balance

asset scorum::chain::registration_pool_object::balance = asset(0, SCORUM_SYMBOL)

Definition at line 27 of file registration_objects.hpp.

◆ change_quorum

protocol::percent_type scorum::chain::registration_pool_object::change_quorum = SCORUM_COMMITTEE_QUORUM_PERCENT

Definition at line 45 of file registration_objects.hpp.

◆ delegated

asset scorum::chain::registration_pool_object::delegated = asset(0, SP_SYMBOL)

Definition at line 28 of file registration_objects.hpp.

◆ dropout_quorum

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

id_type scorum::chain::registration_pool_object::id

Definition at line 25 of file registration_objects.hpp.

◆ invite_quorum

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.

◆ maximum_bonus

asset scorum::chain::registration_pool_object::maximum_bonus = asset(0, SCORUM_SYMBOL)

Definition at line 30 of file registration_objects.hpp.

◆ schedule_items

fc::shared_vector<schedule_item> scorum::chain::registration_pool_object::schedule_items

Definition at line 41 of file registration_objects.hpp.


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