Type Definition pallet_attesters::pallet::AttestersAgreements
source · pub type AttestersAgreements<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageAttestersAgreements<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, TargetId, Vec<u8>>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type TargetId and value type Vec < u8 >.