Versions in this module Expand all Collapse all v0 v0.43.1 Aug 21, 2021 Changes in this version + const DefaultMaxEvidenceAge + const DefaultParamspace + const ModuleName + const RouteEquivocation + const TypeEquivocation + var ModuleCdc = codec.NewAminoCodec(amino) + type Equivocation struct + ConsensusAddress sdk.ConsAddress + Height int64 + Power int64 + Time time.Time + func (e Equivocation) GetHeight() int64 + func (e Equivocation) Hash() tmbytes.HexBytes + func (e Equivocation) Route() string + func (e Equivocation) String() string + func (e Equivocation) Type() string + func (e Equivocation) ValidateBasic() error + type Evidence interface + GetHeight func() int64 + Hash func() tmbytes.HexBytes + Route func() string + String func() string + Type func() string + ValidateBasic func() error + type GenesisState struct + Evidence []Evidence + Params Params + type Params struct + MaxEvidenceAge time.Duration