Expand description
Data types for the InterBlockchain Communication (IBC) protocol in Rust.
This crate will eventually replace the ibc-types
crate and be renamed ibc-types
.
Modules
- Core IBC data modeling such as clients, connections, and channels.
- Specific IBC light clients, such as the Tendermint light client.
- A timestamp type for IBC.
- IBC transfer types.
Enums
Traits
- A marker type that captures the relationships between a domain type (
Self
) and a protobuf type (Self::Proto
).