Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreModule ¶
func NewIBCCOreAppModule ¶
func NewIBCCOreAppModule(k *ibc.Keeper) *CoreModule
NewAppModule creates a new AppModule object
func (CoreModule) DefaultGenesis ¶
func (CoreModule) DefaultGenesis() json.RawMessage
DefaultGenesis returns default genesis state as raw bytes for the ibc module.
func (CoreModule) ExportGenesis ¶
func (am CoreModule) ExportGenesis(ctx sdk.Context) json.RawMessage
ExportGenesis returns the exported genesis state as raw bytes for the ibc module.
func (CoreModule) InitGenesis ¶
func (am CoreModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate
InitGenesis performs genesis initialization for the ibc module. It returns no validator updates. func (am CoreModule) InitGenesis(ctx sdk.Context, cdc Corec.JSONMarshaler, bz json.RawMessage) []abci.ValidatorUpdate {
Click to show internal directories.
Click to hide internal directories.