referrerpolicy=no-referrer-when-downgrade

Module equivocation

Source
Expand description

Types and functions intended to ease adding of new Substrate -> Substrate equivocation detection pipelines.

Structs§

DirectReportGrandpaEquivocationCallBuilder
Building the report_equivocation call when having direct access to the target chain runtime.
EquivocationDetectionPipelineAdapter
Adapter that allows a SubstrateEquivocationDetectionPipeline to act as an EquivocationDetectionPipeline.

Traits§

BaseSubstrateEquivocationDetectionPipeline
Convenience trait that adds bounds to SubstrateEquivocationDetectionPipeline.
ReportEquivocationCallBuilder
Different ways of building report_equivocation calls.
SubstrateEquivocationDetectionPipeline
Substrate -> Substrate equivocation detection pipeline.

Functions§

run
Run Substrate-to-Substrate equivocations detection loop.

Type Aliases§

EquivocationProofOf
The type of the equivocation proof used by the SubstrateEquivocationDetectionPipeline
KeyOwnerProofOf
The type of the key owner proof used by the SubstrateEquivocationDetectionPipeline