Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + var ModuleCdc = types.ModuleCdc + func NewHandler(k keeper.Keeper) sdk.Handler + type AppModule struct + func NewAppModule(k keeper.Keeper) AppModule + func (a AppModule) BeginBlock(s sdk.Context, block abci.RequestBeginBlock) + func (a AppModule) EndBlock(s sdk.Context, block abci.RequestEndBlock) []abci.ValidatorUpdate + func (a AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (a AppModule) InitGenesis(s sdk.Context, message json.RawMessage) []abci.ValidatorUpdate + func (a AppModule) NewHandler() sdk.Handler + func (a AppModule) NewQuerierHandler() sdk.Querier + func (a AppModule) QuerierRoute() string + func (a AppModule) RegisterInvariants(registry sdk.InvariantRegistry) + func (a AppModule) RegisterServices(cfg module.Configurator) + func (a AppModule) RegisterTask() upgrade.HeightTask + func (a AppModule) Route() string + type AppModuleBasic struct + func (AppModuleBasic) Name() string + func (b AppModuleBasic) DefaultGenesis() json.RawMessage + func (b AppModuleBasic) GetQueryCmd(codec *codec.Codec) *cobra.Command + func (b AppModuleBasic) GetQueryCmdV2(cdc *codec.CodecProxy, reg anytypes.InterfaceRegistry) *cobra.Command + func (b AppModuleBasic) GetTxCmd(codec *codec.Codec) *cobra.Command + func (b AppModuleBasic) GetTxCmdV2(cdc *codec.CodecProxy, reg anytypes.InterfaceRegistry) *cobra.Command + func (b AppModuleBasic) RegisterCodec(codec *codec.Codec) + func (b AppModuleBasic) RegisterGRPCGatewayRoutes(ctx cliCtx.CLIContext, mux *runtime.ServeMux) + func (b AppModuleBasic) RegisterInterfaces(registry anytypes.InterfaceRegistry) + func (b AppModuleBasic) RegisterRESTRoutes(context cliCtx.CLIContext, router *mux.Router) + func (b AppModuleBasic) RegisterRouterForGRPC(cliCtx cliCtx.CLIContext, r *mux.Router) + func (b AppModuleBasic) ValidateGenesis(message json.RawMessage) error + type IBCMiddleware struct + func NewIBCMiddleware(app porttypes.IBCModule, k keeper.Keeper) IBCMiddleware + func (im IBCMiddleware) GetAppVersion(ctx sdk.Context, portID, channelID string) (string, bool) + func (im IBCMiddleware) NegotiateAppVersion(ctx sdk.Context, order channeltypes.Order, connectionID string, portID string, ...) (version string, err error) + func (im IBCMiddleware) OnAcknowledgementPacket(ctx sdk.Context, packet channeltypes.Packet, acknowledgement []byte, ...) error + func (im IBCMiddleware) OnChanCloseConfirm(ctx sdk.Context, portID, channelID string) error + func (im IBCMiddleware) OnChanCloseInit(ctx sdk.Context, portID, channelID string) error + func (im IBCMiddleware) OnChanOpenAck(ctx sdk.Context, portID, channelID string, counterpartyChannelID string, ...) error + func (im IBCMiddleware) OnChanOpenConfirm(ctx sdk.Context, portID, channelID string) error + func (im IBCMiddleware) OnChanOpenInit(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) (string, error) + func (im IBCMiddleware) OnChanOpenTry(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) (string, error) + func (im IBCMiddleware) OnRecvPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) exported.Acknowledgement + func (im IBCMiddleware) OnTimeoutPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) error + func (im IBCMiddleware) SendPacket(ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI) error + func (im IBCMiddleware) WriteAcknowledgement(ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ...) error