pub type FeesChanges<T: Config> = StorageMap<_GeneratedPrefixForStorageFeesChanges<T>, Twox64Concat, T::AccountId, VecDeque<(<T as Config>::Moment, 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 < FeeChangeOf < T > >.
Aliased Typeยง
pub struct FeesChanges<T: Config>(/* private fields */);