[][src]Function eosio_cdt::set_blockchain_parameters

pub fn set_blockchain_parameters<T: AsRef<BlockchainParameters>>(
    params: T
) -> Result<(), WriteError>

Set the blockchain parameters

Errors

Returns an error if there was a problem serializing the parameters.