referrerpolicy=no-referrer-when-downgrade
pub trait GetVersion {
    // Required method
    fn get_version_for(dest: &Location) -> Option<u32>;
}
Expand description

Check and return the Version that should be used for the Xcm datum for the destination Location, which will interpret it.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> GetVersion for Pallet<T>
where T: Config,

source§

impl<Version, RemoteBridge> GetVersion for XcmVersionOfDestAndRemoteBridge<Version, RemoteBridge>
where Version: GetVersion, RemoteBridge: Get<Location>,

Implementors§