Type Definition pallet_circuit::pallet::GMP
source · pub type GMP<T> = StorageMap<_GeneratedPrefixForStorageGMP<T>, Identity, H256, H256, OptionQuery>;
Expand description
Storage type is [StorageMap
] with key type H256
and value type H256
.