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() -> Weightfn start_lottery() -> Weightfn stop_repeat() -> Weightfn on_initialize_end() -> Weightfn on_initialize_repeat() -> Weight