[][src]Trait pallet_multisig::WeightInfo

pub trait WeightInfo {
    pub fn as_multi_threshold_1(z: u32) -> Weight;
pub fn as_multi_create(s: u32, z: u32) -> Weight;
pub fn as_multi_create_store(s: u32, z: u32) -> Weight;
pub fn as_multi_approve(s: u32, z: u32) -> Weight;
pub fn as_multi_approve_store(s: u32, z: u32) -> Weight;
pub fn as_multi_complete(s: u32, z: u32) -> Weight;
pub fn approve_as_multi_create(s: u32) -> Weight;
pub fn approve_as_multi_approve(s: u32) -> Weight;
pub fn approve_as_multi_complete(s: u32) -> Weight;
pub fn cancel_as_multi(s: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...