BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::chain::global_property_object Class Reference

Maintains global state information (committee_member list, current fees) More...

#include <global_property_object.hpp>

Inheritance diagram for graphene::chain::global_property_object:
graphene::db::abstract_object< global_property_object, implementation_ids, impl_global_property_object_type > graphene::db::base_abstract_object< global_property_object > graphene::db::object

Public Attributes

chain_parameters parameters
 
optional< chain_parameterspending_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< objectclone () 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< objectclone () 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
 

Detailed Description

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.

Member Data Documentation

◆ active_committee_members

vector<committee_member_id_type> graphene::chain::global_property_object::active_committee_members

Definition at line 48 of file global_property_object.hpp.

◆ active_witnesses

flat_set<witness_id_type> graphene::chain::global_property_object::active_witnesses

Definition at line 49 of file global_property_object.hpp.

◆ next_available_vote_id

uint32_t graphene::chain::global_property_object::next_available_vote_id = 0

Definition at line 47 of file global_property_object.hpp.

◆ parameters

chain_parameters graphene::chain::global_property_object::parameters

Definition at line 44 of file global_property_object.hpp.

◆ pending_parameters

optional<chain_parameters> graphene::chain::global_property_object::pending_parameters

Definition at line 45 of file global_property_object.hpp.


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