Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 Changes in this version + const DefaultCodespace + const DefaultParamspace + const ModuleName + const QuerierRoute + const QueryParameters + const RouterKey + const StoreKey + var DefaultIssueTokenFee = types.DefaultIssueTokenFee + var DefaultParams = types.DefaultParams + var KeyIssueTokenFee = types.KeyIssueTokenFee + var ModuleCdc = types.ModuleCdc + var RegisterCodec = types.RegisterCodec + func InitGenesis(ctx sdk.Context, k Keeper, data GenesisState) []abci.ValidatorUpdate + func NewHandler(keeper Keeper) sdk.Handler + func NewQuerier(keeper Keeper) sdk.Querier + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(keeper Keeper) AppModule + func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + 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) RegisterInvariants(ir sdk.InvariantRegistry) + 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 + Params types.Params + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + func NewGenesisState(params types.Params) GenesisState + func (g GenesisState) Equal(g2 GenesisState) bool + func (g GenesisState) IsEmpty() bool + func (g GenesisState) String() string + type Keeper struct + func NewKeeper(cdc *codec.Codec, storeKey sdk.StoreKey, paramSubSpace params.Subspace, ...) Keeper + func (k *Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k *Keeper) SetParams(ctx sdk.Context, params types.Params) + type MsgNewToken = types.MsgNewToken + type Params = types.Params