pub trait WeightInfo {
    // Provided methods
    fn create_orderbook() -> Weight { ... }
    fn delete_orderbook() -> Weight { ... }
    fn update_orderbook() -> Weight { ... }
    fn change_orderbook_status() -> Weight { ... }
    fn place_limit_order() -> Weight { ... }
    fn cancel_limit_order() -> Weight { ... }
    fn execute_market_order() -> Weight { ... }
    fn quote() -> Weight { ... }
    fn exchange() -> Weight { ... }
    fn service_base() -> Weight { ... }
    fn service_block_base() -> Weight { ... }
    fn service_single_expiration() -> Weight { ... }
}

Provided Methods§

source

fn create_orderbook() -> Weight

source

fn delete_orderbook() -> Weight

source

fn update_orderbook() -> Weight

source

fn change_orderbook_status() -> Weight

source

fn place_limit_order() -> Weight

source

fn cancel_limit_order() -> Weight

source

fn execute_market_order() -> Weight

source

fn quote() -> Weight

source

fn exchange() -> Weight

source

fn service_base() -> Weight

source

fn service_block_base() -> Weight

source

fn service_single_expiration() -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>