Type Alias attestation::pallet::ExternalAttestations
source · pub type ExternalAttestations<T> = StorageDoubleMap<_GeneratedPrefixForStorageExternalAttestations<T>, Twox64Concat, <T as Config>::AuthorizationId, Blake2_128Concat, ClaimHashOf<T>, bool, ValueQuery>;
Expand description
Delegated attestations stored on chain.
It maps from a delegation ID to a vector of claim hashes.
Storage type is [StorageDoubleMap
] with key1 type AuthorizationIdOf < T >, key2 type ClaimHashOf < T > and value type bool.
Aliased Type§
struct ExternalAttestations<T>(/* private fields */);