pub trait WeightInfo {
    // Required methods
    fn new_auction() -> Weight;
    fn bid() -> Weight;
    fn cancel_auction() -> Weight;
    fn on_initialize() -> Weight;
}

Required Methods§

source

fn new_auction() -> Weight

source

fn bid() -> Weight

source

fn cancel_auction() -> Weight

source

fn on_initialize() -> Weight

Implementors§