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
fn remove_saft() -> Weight
fn convert_to_liquid(_: u32) -> Weight
Implementations on Foreign Types
For backwards compatibility and tests