# Packages
Package client implements the ICS 02 - Client Semantics specification
(https://github.com/cosmos/ibc/tree/master/spec/core/ics-002-client-semantics).
Package connection implements the ICS 03 - Connection Semantics specification
(https://github.com/cosmos/ibc/tree/main/spec/core/ics-003-connection-semantics).
Package channel implements the ICS 04 - Channel and Packet Semantics specification
(https://github.com/cosmos/ibc/tree/main/spec/core/ics-004-channel-and-packet-semantics).
Package port implements the ICS 05 - Port Allocation specification
(https://github.com/cosmos/ibc/tree/main/spec/core/ics-005-port-allocation).
No description provided by the author
24-host is an implementation of ICS 24.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ExportGenesis returns the ibc exported genesis.
InitGenesis initializes the ibc state from a provided genesis state.
NewAppModule creates a new AppModule object.
# Structs
AppModule implements an application module for the ibc module.
AppModuleBasic defines the basic application module used by the ibc module.