Type Alias pallet_xc_asset_config::pallet::AssetLocationUnitsPerSecond
source · pub type AssetLocationUnitsPerSecond<T: Config> = StorageMap<_GeneratedPrefixForStorageAssetLocationUnitsPerSecond<T>, Twox64Concat, VersionedLocation, u128>;
Expand description
Stores the units per second for local execution for a AssetLocation. This is used to know how to charge for XCM execution in a particular asset.
Not all asset types are supported for payment. If value exists here, it means it is supported.
Storage type is [StorageMap
] with key type VersionedLocation
and value type u128
.
Aliased Type§
struct AssetLocationUnitsPerSecond<T: Config>(/* private fields */);