Crate client
Expand description
IBC client-related types.
Modules§
- events
- Types for ABCI [
Event
]s that inform relayers about IBC client events. - msgs
- Definitions of client-related messages that a relayer submits to a chain.
Structs§
- Client
Id - An IBC client identifier.
- Client
Type - Type of the client, depending on the specific consensus algorithm.
- Height
- An IBC height, containing a revision number (epoch) and a revision height (block height).
Enums§
- Error
- A catch-all error type.
- Height
Parse Error - An error while parsing a
Height
.