Type Definition pallet_xdns::pallet::SFXABIRegistry
source · pub type SFXABIRegistry<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSFXABIRegistry<T>, Identity, TargetId, Identity, Sfx4bId, SFXAbi>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type TargetId, key2 type Sfx4bId and value type SFXAbi.