referrerpolicy=no-referrer-when-downgrade
substrate_relay_helper::cli::bridge

Trait RelayToRelayEquivocationDetectionCliBridge

Source
pub trait RelayToRelayEquivocationDetectionCliBridge: RelayToRelayEquivocationDetectionCliBridgeBase {
    type Equivocation: SubstrateEquivocationDetectionPipeline<SourceChain = Self::Source, TargetChain = Self::Target>;
}
Expand description

Bridge representation that can be used from the CLI for detecting equivocations in the headers synchronized from a relay chain to a relay chain.

Required Associated Types§

Source

type Equivocation: SubstrateEquivocationDetectionPipeline<SourceChain = Self::Source, TargetChain = Self::Target>

Equivocation detection pipeline.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§