Type Alias pallet_xcm_transactor::pallet::DestinationAssetFeePerSecond
source · pub type DestinationAssetFeePerSecond<T: Config> = StorageMap<_GeneratedPrefixForStorageDestinationAssetFeePerSecond<T>, Twox64Concat, Location, u128>;
Expand description
Stores the fee per second for an asset in its reserve chain. This allows us to convert from weight to fee
Storage type is [StorageMap
] with key type Location
and value type u128
.
Aliased Type§
struct DestinationAssetFeePerSecond<T: Config>(/* private fields */);