Type Alias pallet_attestations::pallet::Schemas

source ·
pub type Schemas<T: Config> = StorageMap<_GeneratedPrefixForStorageSchemas<T>, Blake2_128Concat, u32, Schema>;
Expand description

Schema storage for the pallet.

Storage type is StorageMap with key type u32 and value type Schema.

Aliased Type§

struct Schemas<T: Config>(/* private fields */);