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 */);