# Functions
GetConsensusState retrieves the consensus state from the client prefixed store.
GetProcessedTime gets the time (in nanoseconds) at which this chain received and processed a tendermint header.
IterateProcessedTime iterates through the prefix store and applies the callback.
NewClientState creates a new ClientState instance.
NewConsensusState creates a new ConsensusState instance.
NewFractionFromTm returns a new Fraction instance from a tmmath.Fraction.
NewMisbehaviour creates a new Misbehaviour instance.
ProcessedTimeKey returns the key under which the processed time will be stored in the client store.
RegisterInterfaces registers the tendermint concrete client-related implementations and interfaces.
SetProcessedTime stores the time at which a header was processed and the corresponding consensus state was created.
# Constants
No description provided by the author
# Variables
DefaultTrustLevel is the tendermint light client default trust level.
IBC tendermint client sentinel errors.
No description provided by the author
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
No description provided by the author
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
IBC tendermint client sentinel errors.
No description provided by the author
KeyProcessedTime is appended to consensus state key to store the processed time.
# Structs
ClientState from Tendermint tracks the current validator set, latest height, and a possible frozen height.
ConsensusState defines the consensus state from Tendermint.
Fraction defines the protobuf message type for tmmath.Fraction that only supports positive values.
Header defines the Tendermint client consensus Header.
Misbehaviour is a wrapper over two conflicting Headers that implements Misbehaviour interface expected by ICS-02.