Crate ibc_types_core_client
source ·Expand description
IBC client-related types.
Modules
- Types for ABCI
Event
s that inform relayers about IBC client events. - Implementation of mocks for context, host chain, and client.
- Definitions of client-related messages that a relayer submits to a chain.
Structs
- An IBC client identifier.
- Type of the client, depending on the specific consensus algorithm.
- An IBC height, containing a revision number (epoch) and a revision height (block height).
Enums
- A catch-all error type.
- An error while parsing a
Height
.