pub type FeesChanges<T: Config> = StorageMap<_GeneratedPrefixForStorageFeesChanges<T>, Twox64Concat, T::AccountId, VecDeque<(Slot, PerTenThousands)>, ValueQuery, GetDefault, GetDefault>;
Expand description
Stores bounded amount of fee changes per account
Storage type is [StorageMap
] with key type T :: AccountId
and value type VecDeque < FeeChange >
.
Aliased Typeยง
pub struct FeesChanges<T: Config>(/* private fields */);