Trait pallet_saft_registry::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn add_saft() -> Weight;
fn remove_saft() -> Weight;
fn report_nav() -> Weight;
fn convert_to_liquid(_: u32) -> Weight; }
Expand description

Trait for the asset-index pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors