Categorygithub.com/jtieri/ibc-middleware-template
modulepackage
0.0.0-20250121100031-952dd799d62c
Repository: https://github.com/jtieri/ibc-middleware-template.git
Documentation: pkg.go.dev

# README

ibc-middleware-template

Template for an IBC middleware compliant with the ics-30 spec

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.