# README
ibc-middleware-template
Template for an IBC middleware compliant with the ics-30 spec
# Functions
NewAppModule initializes a new AppModule for the middleware.
NewIBCMiddleware creates a new IBCMiddleware given the keeper and underlying application.
# Structs
AppModule is the middleware AppModule.
AppModuleBasic is the middleware AppModuleBasic.
IBCMiddleware implements the ICS26 callbacks for the middleware given the keeper and the underlying application.