Type Alias pallet_quota::pallet::RefundQueue
source · pub type RefundQueue<T: Config> = StorageValue<_GeneratedPrefixForStorageRefundQueue<T>, BoundedVec<Refund<T::AccountId, IdtyId<T>, BalanceOf<T>>, ConstU32<MAX_QUEUED_REFUNDS>>, ValueQuery>;Expand description
The fees waiting to be refunded.
Storage type is [StorageValue] with value type BoundedVec < Refund < T :: AccountId, IdtyId < T > , BalanceOf < T > > , ConstU32 < MAX_QUEUED_REFUNDS > >.
Aliased Type§
struct RefundQueue<T: Config>(/* private fields */);