Type Alias pallet_atomic_swap::pallet::PendingSwaps
source · pub type PendingSwaps<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePendingSwaps<T>, Twox64Concat, T::AccountId, Blake2_128Concat, HashedProof, PendingSwap<T>>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type HashedProof and value type PendingSwap < T >.
Aliased Type§
struct PendingSwaps<T: Config>(PhantomData<(_GeneratedPrefixForStoragePendingSwaps<T>, Twox64Concat, <T as Config>::AccountId, Blake2_128Concat, [u8; 32], PendingSwap<T>, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStoragePendingSwaps<T>, Twox64Concat, <T as Config>::AccountId, Blake2_128Concat, [u8; 32], PendingSwap<T>, OptionQuery, GetDefault, GetDefault)>