Trait pallet_multisig::weights::WeightInfo[][src]

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

Weight functions needed for pallet_multisig.

Required methods

Implementations on Foreign Types

Implementors