Type Alias pallet_attestations::pallet::Attestations
source · pub type Attestations<T: Config> = StorageMap<_GeneratedPrefixForStorageAttestations<T>, Blake2_128Concat, u32, Attestation>;Expand description
Attestation storage for the pallet.
Storage type is StorageMap with key type u32 and value type Attestation.
Aliased Type§
struct Attestations<T: Config>(/* private fields */);