pub trait ThisChainWithMessages: UnderlyingChainProvider {
    type RuntimeOrigin;
}
Expand description

This chain that has pallet-bridge-messages module.

Required Associated Types§

source

type RuntimeOrigin

Call origin on the chain.

Implementors§