Crate ibc_types_core_channel
source ·Expand description
IBC channel-related types.
Re-exports§
pub use channel::ChannelEnd;
pub use channel::Counterparty;
pub use channel::IdentifiedChannelEnd;
pub use packet::Packet;
Modules§
- Types for the IBC events emitted from Tendermint Websocket by the channels module.
- mocks
mocks
ormocks-no-std
- Message definitions for all ICS4 domain types: channel open & close handshake datagrams, as well as packets.
Structs§
- Acknowledgement commitment to be stored
- Packet commitment
- The version field for a
ChannelEnd
.
Enums§
- Indicates a consensus height on the destination chain after which the packet will no longer be processed, and will instead count as having timed-out.