pub trait WeightInfo {
    // Required methods
    fn submit() -> Weight;
    fn batch_dispatched() -> Weight;
    fn set_reward_fraction() -> Weight;
    fn register_channel() -> Weight;
}

Required Methods§

source

fn submit() -> Weight

source

fn batch_dispatched() -> Weight

source

fn set_reward_fraction() -> Weight

source

fn register_channel() -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn submit() -> Weight

source§

fn batch_dispatched() -> Weight

source§

fn set_reward_fraction() -> Weight

source§

fn register_channel() -> Weight

Implementors§