Trait pallet_proxy::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn proxy(p: u32) -> Weight;
fn proxy_announced(a: u32, p: u32) -> Weight;
fn remove_announcement(a: u32, p: u32) -> Weight;
fn reject_announcement(a: u32, p: u32) -> Weight;
fn announce(a: u32, p: u32) -> Weight;
fn add_proxy(p: u32) -> Weight;
fn remove_proxy(p: u32) -> Weight;
fn remove_proxies(p: u32) -> Weight;
fn anonymous(p: u32) -> Weight;
fn kill_anonymous(p: u32) -> Weight; }

Weight functions needed for pallet_proxy.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...