Trait orml_asset_registry::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn register_asset() -> Weight;
fn update_asset() -> Weight;
}
Required Methods§
fn register_asset() -> Weight
fn update_asset() -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
Default weights.