referrerpolicy=no-referrer-when-downgrade

Trait cumulus_pallet_xcmp_queue::migration::v5::V5Config

source ·
pub trait V5Config: Config {
    type ChannelList: ListChannelInfos;
}
Expand description

Configs needed to run the V5 migration.

Required Associated Types§

source

type ChannelList: ListChannelInfos

List all outbound channels with their target ParaId and maximum message size.

Object Safety§

This trait is not object safe.

Implementors§