Trait orml_auction::WeightInfo

source ·
pub trait WeightInfo {
    // Required methods
    fn bid_collateral_auction() -> Weight;
    fn on_finalize(c: u32) -> Weight;
}
Expand description

Weight functions needed for orml_auction.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Default weights.

Implementors§