pub type PolkadotXcmConfig = GenesisConfig<Runtime>;

Aliased Type§

struct PolkadotXcmConfig {
    pub _config: PhantomData<Runtime>,
    pub safe_xcm_version: Option<u32>,
}

Fields§

§_config: PhantomData<Runtime>§safe_xcm_version: Option<u32>

The default version to encode outgoing XCM messages with.

Trait Implementations§

§

impl<T> BuildStorage for GenesisConfig<T>where T: Config,

§

fn assimilate_storage(&self, storage: &mut Storage) -> Result<(), String>

Assimilate the storage for this module into pre-existing overlays.
§

fn build_storage(&self) -> Result<Storage, String>

Build the storage out of this builder.