Versions in this module Expand all Collapse all v0 v0.0.0 Jan 28, 2020 Changes in this version + const ModuleName + const RouterKey + const StoreKey + var ModuleCdc = types.ModuleCdc + var NewKeeper = keeper.NewKeeper + var NewQuerier = keeper.NewQuerier + var RegisterCodec = types.RegisterCodec + func InitGenesis(ctx sdk.Context, keeper Keeper, data GenesisState) []abci.ValidatorUpdate + func NewHandler(keeper keeper.Keeper) sdk.Handler + func ValidateGenesis(data GenesisState) error + type AppModule struct + func NewAppModule(k Keeper, bankkeeper bank.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(_ 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 + BlzValues []types.BLZValue + func DefaultGenesisState() GenesisState + func ExportGenesis(ctx sdk.Context, k Keeper) GenesisState + func NewGenesisState(_ []types.BLZValue) GenesisState + type Keeper = keeper.Keeper + type MsgBLZCreate = types.MsgBLZCreate + type MsgBLZDelete = types.MsgBLZDelete + type MsgBLZRead = types.MsgBLZRead + type MsgBLZUpdate = types.MsgBLZUpdate + type QueryResultHas = types.QueryResultHas + type QueryResultRead = types.QueryResultRead