Versions in this module Expand all Collapse all v1 v1.0.0 Sep 26, 2019 Changes in this version + const ModuleName + var CodeInvalidMoniker = types.CodeInvalidMoniker + var DefaultCodespace = types.DefaultCodespace + var ErrInvalidMoniker = types.ErrInvalidMoniker + var IsAlphaNumeric = regexp.MustCompile(`^[a-zA-Z0-9]+$`).MatchString + var IsAlphaNumericDash = regexp.MustCompile(`^[a-zA-Z0-9_-]+$`).MatchString + var IsBeginWithAlpha = regexp.MustCompile(`^[a-zA-Z].*`).MatchString + var MaximumMonikerSize = 8 + var MinimumMonikerSize = 3 + var ModuleCdc *codec.Codec + var NewMsgIssue = types.NewMsgIssue + func NewHandler(k Keeper) sdk.Handler + func RegisterCodec(cdc *codec.Codec) + func ValidateMoniker(moniker string) sdk.Error + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(_ *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(_ context.CLIContext, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type Keeper struct + func NewKeeper(coinKeeper bank.Keeper, storeKey sdk.StoreKey, cdc *codec.Codec) Keeper + type MsgIssue = types.MsgIssue