pub trait TempoGasParams {
// Required method
fn gas_params(&self) -> &GasParams;
// Provided methods
fn tx_tip1000_auth_account_creation_cost(&self) -> u64 { ... }
fn tx_tip1000_auth_account_creation_state_gas(&self) -> u64 { ... }
}Expand description
Extending [GasParams] for Tempo use case.