pub struct GasPriceMetrics {
pub real_gas_price: Gauge,
pub exec_gas_price: Gauge,
pub da_gas_price: Gauge,
pub total_reward: Gauge,
pub total_known_costs: Gauge,
pub predicted_profit: Gauge,
pub unrecorded_bytes: Gauge,
pub latest_cost_per_byte: Gauge,
pub recorded_height: Gauge,
}
Fields§
§real_gas_price: Gauge
§exec_gas_price: Gauge
§da_gas_price: Gauge
§total_reward: Gauge
§total_known_costs: Gauge
§predicted_profit: Gauge
§unrecorded_bytes: Gauge
§latest_cost_per_byte: Gauge
§recorded_height: Gauge
Trait Implementations§
Source§impl Debug for GasPriceMetrics
impl Debug for GasPriceMetrics
Auto Trait Implementations§
impl Freeze for GasPriceMetrics
impl RefUnwindSafe for GasPriceMetrics
impl Send for GasPriceMetrics
impl Sync for GasPriceMetrics
impl Unpin for GasPriceMetrics
impl UnwindSafe for GasPriceMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more