Trait substrate_relay_helper::cli::bridge::CliBridgeBase
source · pub trait CliBridgeBase: Sized {
type Source: Chain + ChainWithRuntimeVersion;
type Target: ChainWithTransactions + ChainWithRuntimeVersion;
}
Expand description
Minimal bridge representation that can be used from the CLI. It connects a source chain to a target chain.
Required Associated Types§
sourcetype Source: Chain + ChainWithRuntimeVersion
type Source: Chain + ChainWithRuntimeVersion
The source chain.
sourcetype Target: ChainWithTransactions + ChainWithRuntimeVersion
type Target: ChainWithTransactions + ChainWithRuntimeVersion
The target chain.
Object Safety§
This trait is not object safe.