BitShares-Core
6.0.1
BitShares blockchain implementation and command-line interface software
|
Maintains global state information (committee_member list, current fees)This is an implementation detail. The values here are set by committee_members to tune the blockchain parameters. More...
#include <global_property_object.hpp>
Public Attributes | |
chain_parameters | parameters |
optional< chain_parameters > | pending_parameters |
uint32_t | next_available_vote_id = 0 |
vector< committee_member_id_type > | active_committee_members |
flat_set< witness_id_type > | active_witnesses |
![]() | |
object_id_type | id |
Static Public Attributes | |
static constexpr uint8_t | space_id = implementation_ids |
static constexpr uint8_t | type_id = impl_global_property_object_type |
Additional Inherited Members | |
![]() | |
virtual unique_ptr< object > | clone () const |
these methods are implemented for derived classes by inheriting abstract_object<DerivedClass> More... | |
virtual void | move_from (object &obj) |
virtual variant | to_variant () const |
virtual vector< char > | pack () const |
![]() | |
object () | |
virtual | ~object () |
Maintains global state information (committee_member list, current fees)
This is an implementation detail. The values here are set by committee_members to tune the blockchain parameters.
Definition at line 40 of file global_property_object.hpp.
vector<committee_member_id_type> graphene::chain::global_property_object::active_committee_members |
Definition at line 50 of file global_property_object.hpp.
flat_set<witness_id_type> graphene::chain::global_property_object::active_witnesses |
Definition at line 51 of file global_property_object.hpp.
uint32_t graphene::chain::global_property_object::next_available_vote_id = 0 |
Definition at line 49 of file global_property_object.hpp.
chain_parameters graphene::chain::global_property_object::parameters |
Definition at line 46 of file global_property_object.hpp.
optional<chain_parameters> graphene::chain::global_property_object::pending_parameters |
Definition at line 47 of file global_property_object.hpp.
|
static |
Definition at line 43 of file global_property_object.hpp.
|
static |
Definition at line 44 of file global_property_object.hpp.