Versions in this module Expand all Collapse all v0 v0.5.14 Jan 24, 2022 Changes in this version + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, accountKeeper types.AccountKeeper) AppModule + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(clientCtx client.Context, rtr *mux.Router)