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
fees waiting for refund
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>(PhantomData<(_GeneratedPrefixForStorageRefundQueue<T>, BoundedVec<Refund<<T as Config>::AccountId, <T as Config>::IdtyIndex, <T as Config>::Balance>, ConstU32<256>>, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageRefundQueue<T>, BoundedVec<Refund<<T as Config>::AccountId, <T as Config>::IdtyIndex, <T as Config>::Balance>, ConstU32<256>>, ValueQuery, GetDefault)>