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

#include <registration_objects.hpp>

Inheritance diagram for scorum::chain::registration_committee_member_object:

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
 

Detailed Description

Definition at line 48 of file registration_objects.hpp.

Member Data Documentation

◆ account

account_name_type scorum::chain::registration_committee_member_object::account

Definition at line 56 of file registration_objects.hpp.

◆ already_allocated_cash

asset scorum::chain::registration_committee_member_object::already_allocated_cash = asset(0, SCORUM_SYMBOL)

Definition at line 60 of file registration_objects.hpp.

◆ id

id_type scorum::chain::registration_committee_member_object::id

Definition at line 54 of file registration_objects.hpp.

◆ last_allocated_block

uint32_t scorum::chain::registration_committee_member_object::last_allocated_block = 0

Definition at line 62 of file registration_objects.hpp.

◆ per_n_block_remain

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.


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