pub trait ThisChainWithMessages: UnderlyingChainProvider {
type RuntimeOrigin;
}
Expand description
This chain that has pallet-bridge-messages
module.
Required Associated Types§
sourcetype RuntimeOrigin
type RuntimeOrigin
Call origin on the chain.