Module ibc::core::client::types

source ·
Expand description

Re-exports ICS-02 data structures from the ibc-core-client-types crate.

Structs§

  • The core IBC height type, which represents the height of a chain, which typically is the number of blocks since genesis (or more generally, since the last revision/hard upgrade).

Enums§

  • Encodes all errors related to chain heights
  • Represents the status of a client
  • UpdateKind represents the 2 ways that a client can be updated in IBC: either through a MsgUpdateClient, or a MsgSubmitMisbehaviour.