referrerpolicy=no-referrer-when-downgrade

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§

Object Safety§

This trait is not object safe.

Implementors§