referrerpolicy=no-referrer-when-downgrade
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.

Object Safety§

This trait is not object safe.

Implementors§