pub type BridgeWococoMessagesConfig = GenesisConfig<Runtime, Instance1>;

Aliased Type§

struct BridgeWococoMessagesConfig {
    pub operating_mode: MessagesOperatingMode,
    pub owner: Option<AccountId32>,
    pub phantom: PhantomData<Instance1>,
}

Fields§

§operating_mode: MessagesOperatingMode

Initial pallet operating mode.

§owner: Option<AccountId32>

Initial pallet owner.

§phantom: PhantomData<Instance1>

Dummy marker.