Maintains global state information about block producer schedules and chain configuration parameters.
More...
#include <global_property_object.hpp>
Definition at line 63 of file global_property_object.hpp.
◆ initalize_from() [1/3]
Definition at line 76 of file global_property_object.hpp.
76 {
79 configuration = legacy.configuration;
83 }
wasm_config wasm_configuration
shared_producer_authority_schedule proposed_schedule
kv_database_config kv_configuration
std::optional< block_num_type > proposed_schedule_block_num
shared_vector< shared_producer_authority > producers
◆ initalize_from() [2/3]
◆ initalize_from() [3/3]
◆ chain_id
◆ configuration
chain_config sysio::chain::global_property_object::configuration |
◆ id
id_type sysio::chain::global_property_object::id |
◆ kv_configuration
◆ proposed_schedule
◆ proposed_schedule_block_num
std::optional<block_num_type> sysio::chain::global_property_object::proposed_schedule_block_num |
◆ wasm_configuration
wasm_config sysio::chain::global_property_object::wasm_configuration |
The documentation for this class was generated from the following file: