BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Maintains global state information (committee_member list, current fees) 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 |
Public Attributes inherited from graphene::db::object | |
object_id_type | id |
Additional Inherited Members | |
Public Member Functions inherited from graphene::db::abstract_object< global_property_object, implementation_ids, impl_global_property_object_type > | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
Public Member Functions inherited from graphene::db::base_abstract_object< global_property_object > | |
std::unique_ptr< object > | clone () const override |
void | move_from (object &obj) override |
fc::variant | to_variant () const override |
std::vector< char > | pack () const override |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
Public Member Functions inherited from graphene::db::object | |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
virtual | ~object ()=default |
virtual std::unique_ptr< object > | clone () const =0 |
virtual fc::variant | to_variant () const =0 |
virtual std::vector< char > | pack () const =0 |
Static Public Attributes inherited from graphene::db::abstract_object< global_property_object, implementation_ids, impl_global_property_object_type > | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
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 48 of file global_property_object.hpp.
flat_set<witness_id_type> graphene::chain::global_property_object::active_witnesses |
Definition at line 49 of file global_property_object.hpp.
uint32_t graphene::chain::global_property_object::next_available_vote_id = 0 |
Definition at line 47 of file global_property_object.hpp.
chain_parameters graphene::chain::global_property_object::parameters |
Definition at line 44 of file global_property_object.hpp.
optional<chain_parameters> graphene::chain::global_property_object::pending_parameters |
Definition at line 45 of file global_property_object.hpp.