Type Definition pallet_xdns::pallet::AllGatewayIds
source · pub type AllGatewayIds<T: Config> = StorageValue<_GeneratedPrefixForStorageAllGatewayIds<T>, Vec<TargetId>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < TargetId >
.