pub trait XcmTransact: UtilityEncodeCall {
// Required method
fn destination(self) -> Location;
}
Required Methods§
Sourcefn destination(self) -> Location
fn destination(self) -> Location
Encode call from the relay.
pub trait XcmTransact: UtilityEncodeCall {
// Required method
fn destination(self) -> Location;
}
Encode call from the relay.