Expand description
Types and functions intended to ease adding of new Substrate -> Substrate equivocation detection pipelines.
Structs§
- Direct
Report Grandpa Equivocation Call Builder - Building the
report_equivocation
call when having direct access to the target chain runtime. - Equivocation
Detection Pipeline Adapter - Adapter that allows a
SubstrateEquivocationDetectionPipeline
to act as anEquivocationDetectionPipeline
.
Traits§
- Base
Substrate Equivocation Detection Pipeline - Convenience trait that adds bounds to
SubstrateEquivocationDetectionPipeline
. - Report
Equivocation Call Builder - Different ways of building
report_equivocation
calls. - Substrate
Equivocation Detection Pipeline - Substrate -> Substrate equivocation detection pipeline.
Functions§
- run
- Run Substrate-to-Substrate equivocations detection loop.
Type Aliases§
- Equivocation
Proof Of - The type of the equivocation proof used by the
SubstrateEquivocationDetectionPipeline
- KeyOwner
Proof Of - The type of the key owner proof used by the
SubstrateEquivocationDetectionPipeline