Trait polkadot_runtime_common::crowdloan::WeightInfo[][src]

pub trait WeightInfo {
    fn create() -> Weight;
fn contribute() -> Weight;
fn withdraw() -> Weight;
fn refund(k: u32) -> Weight;
fn dissolve() -> Weight;
fn edit() -> Weight;
fn add_memo() -> Weight;
fn on_initialize(n: u32) -> Weight;
fn poke() -> Weight; }

Required methods

Implementors