pub trait XcmTransact: UtilityEncodeCall {
    // Required method
    fn destination(self) -> Location;
}

Required Methods§

source

fn destination(self) -> Location

Encode call from the relay.

Implementors§