Trait polkadot_runtime_common::auctions::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn new_auction() -> Weight;
fn bid() -> Weight;
fn cancel_auction() -> Weight;
fn on_initialize() -> Weight;
}
Required Methods§
fn new_auction() -> Weight
fn bid() -> Weight
fn cancel_auction() -> Weight
fn on_initialize() -> Weight
Object Safety§
This trait is not object safe.