Trait noble_lottery::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn buy_ticket() -> Weight;
fn set_calls(n: u32) -> Weight;
fn start_lottery() -> Weight;
fn stop_repeat() -> Weight;
fn on_initialize_end() -> Weight;
fn on_initialize_repeat() -> Weight; }

Weight functions needed for noble_lottery.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...