Kagome
Polkadot Runtime Engine in C++17
kagome::consensus::grandpa::detail Namespace Reference

Classes

struct  Equivocation
 Proof of an equivocation (double-vote) in a given round. More...
 

Class Documentation

struct kagome::consensus::grandpa::detail::Equivocation

template<typename Message>
struct kagome::consensus::grandpa::detail::Equivocation< Message >

Proof of an equivocation (double-vote) in a given round.

Definition at line 100 of file structs.hpp.

Collaboration diagram for kagome::consensus::grandpa::detail::Equivocation< Message >:
Class Members
Id id The identity of the equivocator.
Equivocated< Message > proof
RoundNumber round The round number equivocated in.