xcm_primitives

Trait XcmTransact

Source
pub trait XcmTransact {
    // Required methods
    fn destination(self) -> Location;
    fn utility_pallet_index(&self) -> u8;
    fn staking_pallet_index(&self) -> u8;
}

Required Methods§

Source

fn destination(self) -> Location

Encode call from the relay.

Source

fn utility_pallet_index(&self) -> u8

Source

fn staking_pallet_index(&self) -> u8

Implementors§