Type Definition pallet_xdns::pallet::CustomSideEffects
source · pub type CustomSideEffects<T: Config> = StorageMap<_GeneratedPrefixForStorageCustomSideEffects<T>, Identity, SideEffectId<T>, Vec<u8>>;
Expand description
Storage type is [StorageMap
] with key type SideEffectId < T >
and value type Vec < u8 >
.