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