referrerpolicy=no-referrer-when-downgrade

PendingSwaps

Type Alias 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§

pub struct PendingSwaps<T: Config>(/* private fields */);