# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetConsensusState retrieves the consensus state from the client prefixed store.
GetProcessedHeight gets the height at which this chain received and processed a tendermint header.
GetProcessedTime gets the time (in nanoseconds) at which this chain received and processed a tendermint header.
No description provided by the author
No description provided by the author
No description provided by the author
ProcessedHeightKey returns the key under which the processed height will be stored in the client store.
ProcessedTimeKey returns the key under which the processed time will be stored in the client store.
No description provided by the author
RegisterInterfaces register the ibc channel submodule interfaces to protobuf Any.
SetProcessedHeight stores the height at which a header was processed and the corresponding consensus state was created.
SetProcessedTime stores the time at which a header was processed and the corresponding consensus state was created.
ValidateClientID validates the client identifier by ensuring that it conforms to the 02-client identifier format and that it is a lcp clientID.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyProcessedHeight is appended to consensus state key to store the processed height.
KeyProcessedTime is appended to consensus state key to store the processed time.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EmptyValidationContext is the validation context for a commitment that does not require any validation.
No description provided by the author
No description provided by the author
No description provided by the author
TrustingPeriodValidationContext is the commitment context for a commitment that requires the current time to be within the trusting period.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
ValidationContext is the interface of validation context.