Trait pallet_transaction_fees::WeightInfo

source ·
pub trait WeightInfo {
    // Required method
    fn on_initialize() -> Weight;
}

Required Methods§

source

fn on_initialize() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn on_initialize() -> Weight

Implementors§