Type Alias VersionDiscoveryQueue

VersionDiscoveryQueue: StorageDescriptor<
    [],
    [XcmVersionedLocation, number][],
    false,
    never,
>

Destinations whose latest XCM version we would like to know. Duplicates not allowed, and the u32 counter is the number of times that a send to the destination has been attempted, which is used as a prioritization.