Type Definition pallet_asset_index::pallet::PendingWithdrawals [−][src]
pub type PendingWithdrawals<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingWithdrawals<T>, Blake2_128Concat, T::AccountId, Vec<PendingRedemption<T::AssetId, T::Balance, BlockNumberFor<T>>>, OptionQuery>;
Expand description
All currently pending withdrawal sets for an account.
Where a single PendingRedemption
is the result of a withdraw
call.
(AccountId) -> Vec