pub type BridgeRococoMessagesConfig = GenesisConfig<Runtime, Instance2>;

Aliased Type§

struct BridgeRococoMessagesConfig {
    pub operating_mode: MessagesOperatingMode,
    pub owner: Option<AccountId32>,
    pub phantom: PhantomData<Instance2>,
}

Fields§

§operating_mode: MessagesOperatingMode

Initial pallet operating mode.

§owner: Option<AccountId32>

Initial pallet owner.

§phantom: PhantomData<Instance2>

Dummy marker.