# Functions
No description provided by the author
No description provided by the author
DefaultMultiEventHandler returns a handler which satisfies minimum requirements.
No description provided by the author
HandlePacketAcknowledgementEvent handles events and put acks which are parsed from events on state DB.
HandlePacketEvent handles events and put packets which are parsed from events on state DB.
No description provided by the author
NewIBCChaincode returns a new instance of IBCChaincode.
NewMultiEventHandler creates a instance of MultiEventHandler.
# Constants
No description provided by the author
# Structs
No description provided by the author
IBCChaincode provides Cosmos-SDK based Applicatoin which implements IBC.
MultiEventHandler is a handler which handles application events by multiple handlers.
# Interfaces
EventHandler defines the interface of handling the events of application.
# Type aliases
No description provided by the author
No description provided by the author
EventHandlerFunc is a function type which handles application events.