Trait pallet_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; }
Expand description
Weight functions needed for pallet_lottery.
Required methods
fn buy_ticket() -> Weight
fn start_lottery() -> Weight
fn stop_repeat() -> Weight
fn on_initialize_end() -> Weight
fn on_initialize_repeat() -> Weight