referrerpolicy=no-referrer-when-downgrade

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>(/* private fields */);