Module types

Source
Expand description

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

Structs§

Height
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§

Status
Represents the status of a client
UpdateKind
UpdateKind represents the 2 ways that a client can be updated in IBC: either through a MsgUpdateClient, or a MsgSubmitMisbehaviour.