Type Alias attestation::pallet::Attestations

source ·
pub type Attestations<T> = StorageMap<_GeneratedPrefixForStorageAttestations<T>, Blake2_128Concat, ClaimHashOf<T>, AttestationDetailsOf<T>>;
Expand description

Attestations stored on chain.

It maps from a claim hash to the full attestation.

Storage type is [StorageMap] with key type ClaimHashOf < T > and value type AttestationDetailsOf < T >.

Aliased Type§

struct Attestations<T>(/* private fields */);