Versions in this module Expand all Collapse all v0 v0.9.0 Apr 1, 2020 Changes in this version + const AttributeKeyCodeID + const AttributeKeyContract + const AttributeSigner + const GasMultiplier + const MaxGas + const MaxWasmSize + const ModuleName + const QuerierRoute + const QueryGetCode + const QueryGetContract + const QueryGetContractState + const QueryListCode + const QueryListContractByCode + const QueryMethodContractStateAll + const QueryMethodContractStateRaw + const QueryMethodContractStateSmart + const RouterKey + const StoreKey + const TStoreKey + var CodeKeyPrefix = types.CodeKeyPrefix + var ContractKeyPrefix = types.ContractKeyPrefix + var ContractStorePrefix = types.ContractStorePrefix + var CosmosResult = types.CosmosResult + var CreateTestInput = keeper.CreateTestInput + var DefaultCodespace = types.DefaultCodespace + var DefaultWasmConfig = types.DefaultWasmConfig + var ErrAccountExists = types.ErrAccountExists + var ErrCreateFailed = types.ErrCreateFailed + var ErrExecuteFailed = types.ErrExecuteFailed + var ErrGasLimit = types.ErrGasLimit + var ErrInstantiateFailed = types.ErrInstantiateFailed + var ErrInvalidGenesis = types.ErrInvalidGenesis + var ErrNotFound = types.ErrNotFound + var ErrQueryFailed = types.ErrQueryFailed + var ExportGenesis = keeper.ExportGenesis + var GetCodeKey = types.GetCodeKey + var GetContractAddressKey = types.GetContractAddressKey + var GetContractStorePrefixKey = types.GetContractStorePrefixKey + var InitGenesis = keeper.InitGenesis + var KeyLastCodeID = types.KeyLastCodeID + var KeyLastInstanceID = types.KeyLastInstanceID + var MakeTestCodec = keeper.MakeTestCodec + var ModuleCdc = types.ModuleCdc + var NewCodeInfo = types.NewCodeInfo + var NewContractInfo = types.NewContractInfo + var NewKeeper = keeper.NewKeeper + var NewParams = types.NewParams + var NewQuerier = keeper.NewQuerier + var NewWasmCoins = types.NewWasmCoins + var RegisterCodec = types.RegisterCodec + var ValidateGenesis = types.ValidateGenesis + func NewHandler(k Keeper) sdk.Handler + type AppModule struct + func NewAppModule(keeper Keeper) AppModule + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + 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 Code = types.Code + type CodeInfo = types.CodeInfo + type Contract = types.Contract + type ContractInfo = types.ContractInfo + type ContractInfoWithAddress = keeper.ContractInfoWithAddress + type GenesisState = types.GenesisState + type GetCodeResponse = keeper.GetCodeResponse + type Keeper = keeper.Keeper + type ListCodeResponse = keeper.ListCodeResponse + type Model = types.Model + type MsgExecuteContract = types.MsgExecuteContract + type MsgInstantiateContract = types.MsgInstantiateContract + type MsgStoreCode = types.MsgStoreCode + type WasmConfig = types.WasmConfig