Module substrate_relay_helper::equivocation
source · Expand description
Types and functions intended to ease adding of new Substrate -> Substrate equivocation detection pipelines.
Structs§
- Building the
report_equivocation
call when having direct access to the target chain runtime. - Adapter that allows a
SubstrateEquivocationDetectionPipeline
to act as anEquivocationDetectionPipeline
.
Traits§
- Convenience trait that adds bounds to
SubstrateEquivocationDetectionPipeline
. - Different ways of building
report_equivocation
calls. - Substrate -> Substrate equivocation detection pipeline.
Functions§
- Run Substrate-to-Substrate equivocations detection loop.
Type Aliases§
- The type of the equivocation proof used by the
SubstrateEquivocationDetectionPipeline
- The type of the key owner proof used by the
SubstrateEquivocationDetectionPipeline