pub type BridgePolkadotBulletinMessagesConfig = GenesisConfig<Runtime, Instance4>;
Aliased Type§
struct BridgePolkadotBulletinMessagesConfig {
pub operating_mode: MessagesOperatingMode,
pub owner: Option<AccountId32>,
pub opened_lanes: Vec<LegacyLaneId>,
pub _phantom: PhantomData<Instance4>,
}
Fields§
§operating_mode: MessagesOperatingMode
Initial pallet operating mode.
owner: Option<AccountId32>
Initial pallet owner.
opened_lanes: Vec<LegacyLaneId>
Opened lanes.
_phantom: PhantomData<Instance4>
Dummy marker.