modulepackage
0.1.1
Repository: https://github.com/datachainlab/ibc-mock-app.git
Documentation: pkg.go.dev
# README
IBC Mock Application module
This is an IBC module meant to be used in tests of IBC-related programs (e.g. relayers).
# Functions
NewAppModule creates a new mockapp module.
NewIBCModule creates a new IBCModule given the keeper.
ValidateChannelParams does validation of a newly created mockapp channel.
# Constants
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
# Structs
AppModule represents the AppModule for this module.
AppModuleBasic is the Mock App AppModuleBasic.
IBCModule implements the ICS26 interface for mockapp given the mockapp keeper.