pub type XcmTransactorConfig = GenesisConfig<Runtime>;

Aliased Type§

struct XcmTransactorConfig {
    pub relay_indices: RelayChainIndices,
    pub _phantom: PhantomData<Runtime>,
}

Fields§

§relay_indices: RelayChainIndices§_phantom: PhantomData<Runtime>