Trait pallet_mixer::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn deposit(n: u32) -> Weight;
fn withdraw() -> Weight;
fn set_stopped() -> Weight;
fn transfer_admin() -> Weight;
fn on_finalize_uninitialized() -> Weight;
fn on_finalize_initialized() -> Weight; }

Weight functions needed for pallet_mixer.

Required methods

Loading content...

Implementors

Loading content...