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§
Sourcetype Equivocation: SubstrateEquivocationDetectionPipeline<SourceChain = Self::Source, TargetChain = Self::Target>
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.