Type Definition pallet_trust::pallet::TrustRequestList

source ·
pub type TrustRequestList<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTrustRequestList<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::AccountId, u32>;
Expand description

A map listing all requests for trust from one account to another.