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§