Trait pallet_price_feed::pallet::WeightInfo [−][src]
pub trait WeightInfo {
fn map_asset_price_feed() -> Weight;
fn unmap_asset_price_feed() -> Weight;
}
Expand description
Trait for the asset-index pallet extrinsic weights.
Required methods
fn map_asset_price_feed() -> Weight
fn unmap_asset_price_feed() -> Weight
Implementations on Foreign Types
For backwards compatibility and tests