pub type Mapping<T: Config> = StorageMap<_GeneratedPrefixForStorageMapping<T>, Twox64Concat, MapKey<T>, MapValue<T>, OptionQuery>;
Expand description
Stores the latest state of the Governed Map that was observed on Cardano.
Storage type is [StorageMap
] with key type MapKey < T >
and value type MapValue < T >
.
Aliased Typeยง
pub struct Mapping<T: Config>(/* private fields */);