Scorum
|
Globals. More...
Functions | |
fc::variant_object | scorum::app::database_api::get_config () const |
Retrieve compile-time constants. More... | |
chain_id_type | scorum::app::database_api::get_chain_id () const |
Get the chain ID. More... | |
dynamic_global_property_api_obj | scorum::app::database_api::get_dynamic_global_properties () const |
Retrieve the current chain properties. More... | |
witness_schedule_api_obj | scorum::app::database_api::get_witness_schedule () const |
Get witness schedule. More... | |
Globals.
chain_id_type scorum::app::database_api::get_chain_id | ( | ) | const |
Get the chain ID.
Definition at line 284 of file database_api.cpp.
fc::variant_object scorum::app::database_api::get_config | ( | ) | const |
Retrieve compile-time constants.
Definition at line 225 of file database_api.cpp.
dynamic_global_property_api_obj scorum::app::database_api::get_dynamic_global_properties | ( | ) | const |
Retrieve the current chain properties.
Definition at line 235 of file database_api.cpp.
witness_schedule_api_obj scorum::app::database_api::get_witness_schedule | ( | ) | const |
Get witness schedule.
Definition at line 294 of file database_api.cpp.