Expand description
Re-exports Tendermint light client data structures from the
ibc-client-tendermint-type
crate.
Modules§
- error
- Defines the Tendermint light client’s error type
- proto
- Re-exports ICS-07 Tendermint light client from
ibc-proto
crate.
Structs§
- Allow
Update - Client
State - Defines data structure for Tendermint client state.
- Consensus
State - Defines the Tendermint light client’s consensus state
- Header
- Tendermint consensus header
- Misbehaviour
- Tendermint light client’s misbehaviour type
- Trust
Threshold TrustThreshold
defines the level of trust that a client has towards a set of validators of a chain.
Constants§
- TENDERMINT_
CLIENT_ STATE_ TYPE_ URL - TENDERMINT_
CLIENT_ TYPE - TENDERMINT_
CONSENSUS_ STATE_ TYPE_ URL - TENDERMINT_
HEADER_ TYPE_ URL - TENDERMINT_
MISBEHAVIOUR_ TYPE_ URL
Functions§
- client_
type - Returns the tendermint
ClientType