Versions in this module Expand all Collapse all v14 v14.0.0 Aug 28, 2023 Changes in this version + const MaxMemoCharLength + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, genState types.GenesisState) + func NewHandler(k keeper.Keeper) sdk.Handler + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) QuerierRoute() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) Name() string + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func NewAppModuleBasic(cdc codec.BinaryCodec) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(clientCtx client.Context, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) RegisterInterfaces(reg cdctypes.InterfaceRegistry) + type IBCModule struct + func NewIBCModule(k keeper.Keeper, app porttypes.IBCModule) IBCModule + func (im IBCModule) GetAppVersion(ctx sdk.Context, portID, channelID string) (string, bool) + func (im IBCModule) OnAcknowledgementPacket(ctx sdk.Context, packet channeltypes.Packet, acknowledgement []byte, ...) error + func (im IBCModule) OnChanCloseConfirm(ctx sdk.Context, portID, channelID string) error + func (im IBCModule) OnChanCloseInit(ctx sdk.Context, portID, channelID string) error + func (im IBCModule) OnChanOpenAck(ctx sdk.Context, portID, channelID string, counterpartyChannelId string, ...) error + func (im IBCModule) OnChanOpenConfirm(ctx sdk.Context, portID, channelID string) error + func (im IBCModule) OnChanOpenInit(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) (string, error) + func (im IBCModule) OnChanOpenTry(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) (string, error) + func (im IBCModule) OnRecvPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) ibcexported.Acknowledgement + func (im IBCModule) OnTimeoutPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) error + func (im IBCModule) SendPacket(ctx sdk.Context, chanCap *capabilitytypes.Capability, ...) error + func (im IBCModule) WriteAcknowledgement(ctx sdk.Context, chanCap *capabilitytypes.Capability, ...) error v14.0.0-testnet Aug 31, 2023 Other modules containing this package github.com/Stride-Labs/stride/v10 github.com/Stride-Labs/stride/v11 github.com/Stride-Labs/stride/v12 github.com/Stride-Labs/stride/v13 github.com/Stride-Labs/stride/v15 github.com/Stride-Labs/stride/v16 github.com/Stride-Labs/stride/v17 github.com/Stride-Labs/stride/v18 github.com/Stride-Labs/stride/v19 github.com/Stride-Labs/stride/v20 github.com/Stride-Labs/stride/v21 github.com/Stride-Labs/stride/v22 github.com/Stride-Labs/stride/v23 github.com/Stride-Labs/stride/v24 github.com/Stride-Labs/stride/v7 github.com/Stride-Labs/stride/v8 github.com/Stride-Labs/stride/v9