Versions in this module Expand all Collapse all v0 v0.37.1 Oct 16, 2019 Changes in this version + const ModuleName + const RouterKey + const StoreKey + var ModuleCdc = types.ModuleCdc + var NewKeeper = keeper.NewKeeper + var NewMsgBuyName = types.NewMsgBuyName + var NewMsgDeleteName = types.NewMsgDeleteName + var NewMsgSetName = types.NewMsgSetName + var NewQuerier = keeper.NewQuerier + var NewWhois = types.NewWhois + var RegisterCodec = types.RegisterCodec + func InitGenesis(ctx sdk.Context, keeper Keeper, data GenesisState) []abci.ValidatorUpdate + func NewHandler(keeper Keeper) sdk.Handler + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(k Keeper, bankKeeper superbank.Keeper) AppModule + func (AppModule) Name() 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) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) QuerierRoute() string + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) Route() string + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type GenesisState struct + WhoisRecords []Whois + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + func NewGenesisState(whoIsRecords []Whois) GenesisState + type Keeper = keeper.Keeper + type MsgBuyName = types.MsgBuyName + type MsgDeleteName = types.MsgDeleteName + type MsgSetName = types.MsgSetName + type QueryResNames = types.QueryResNames + type QueryResResolve = types.QueryResResolve + type Whois = types.Whois