pub trait WeightInfo {
    // Required methods
    fn burn() -> Weight;
    fn mint() -> Weight;
    fn register_network() -> Weight;
    fn register_network_with_existing_asset() -> Weight;
}

Required Methods§

source

fn burn() -> Weight

source

fn mint() -> Weight

source

fn register_network() -> Weight

source

fn register_network_with_existing_asset() -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§