Defines C++ Privileged API.
Classes
Type | Name |
---|---|
struct | eosio::blockchain_parameters Tunable blockchain configuration that can be changed via consensus. |
Functions
Functions Documentation
function set_blockchain_parameters
void eosio::set_blockchain_parameters(
const eosio::blockchain_parameters & params
)
Set the blockchain parameters Set the blockchain parameters.
Parameters:
- params - New blockchain parameters to set
function get_blockchain_parameters
void eosio::get_blockchain_parameters(
eosio::blockchain_parameters & params
)
Retrieve the blolckchain parameters Retrieve the blolckchain parameters.
Parameters:
- params - It will be replaced with the retrieved blockchain params