Type Definition pallet_trust::pallet::TrustParameterList

source ·
pub type TrustParameterList<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTrustParameterList<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, Vec<u8>, u8, ValueQuery>;
Expand description

An account and a parameter string to an integer value.