Type Definition pallet_oracle::pallet::AccountSwaps
source · pub type AccountSwaps<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageAccountSwaps<T>, Blake2_128Concat, T::AccountId, BoundedVec<(Hash, SwapStatus), T::SwapLimitByAccount>>;
Expand description
Mapping of pending Swaps by AccountId