Function pallet_asset_rate::pallet::dispatchables::remove
source · pub fn remove<T: Config>(asset_kind: Box<T::AssetKind>)
Expand description
Remove an existing conversion rate to native balance for the given asset.
§Complexity
- O(1)
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove
.