Scorum
Functions
Globals

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...
 

Detailed Description

Globals.

Function Documentation

◆ get_chain_id()

chain_id_type scorum::app::database_api::get_chain_id ( ) const

Get the chain ID.

Definition at line 284 of file database_api.cpp.

◆ get_config()

fc::variant_object scorum::app::database_api::get_config ( ) const

Retrieve compile-time constants.

Definition at line 225 of file database_api.cpp.

◆ get_dynamic_global_properties()

dynamic_global_property_api_obj scorum::app::database_api::get_dynamic_global_properties ( ) const

Retrieve the current chain properties.

Returns
dynamic_global_property_object

Definition at line 235 of file database_api.cpp.

◆ get_witness_schedule()

witness_schedule_api_obj scorum::app::database_api::get_witness_schedule ( ) const

Get witness schedule.

Returns
witness_schedule_api_obj

Definition at line 294 of file database_api.cpp.