Versions in this module Expand all Collapse all v11 v11.0.0 Jul 6, 2023 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func NewProposalHandler(k Keeper) govtypes.Handler + func NewProposalHandlerX(k govKeeper) govtypes.Handler + type Keeper struct + func NewKeeper(cdc codec.Codec, storeKey sdk.StoreKey, ps paramTypes.Subspace, ...) Keeper + func (k Keeper) DeleteCodeAuthorization(ctx sdk.Context, codeID uint64) + func (k Keeper) DeleteContractAuthorization(ctx sdk.Context, contractAddr sdk.AccAddress) + func (k Keeper) GetCodeAuthorization(ctx sdk.Context, codeID uint64) (types.CodeAuthorization, bool) + func (k Keeper) GetContractAuthorization(ctx sdk.Context, contractAddr sdk.AccAddress) (types.ContractAuthorization, bool) + func (k Keeper) GetContractInfo(ctx sdk.Context, contractAddr sdk.AccAddress) *wasmtypes.ContractInfo + func (k Keeper) GetParams(ctx sdk.Context) types.Params + func (k Keeper) IsPrivilegedAddress(ctx sdk.Context, address string) bool + func (k Keeper) IterateCodeAuthorizations(ctx sdk.Context, cb func(types.CodeAuthorization) bool) + func (k Keeper) IterateContractAuthorizations(ctx sdk.Context, cb func(types.ContractAuthorization) bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) SetCodeAuthorization(ctx sdk.Context, ca types.CodeAuthorization) error + func (k Keeper) SetContractAuthorization(ctx sdk.Context, ca types.ContractAuthorization) error + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + type QueryServer struct + func NewQueryServer(keeper Keeper) *QueryServer + func (q QueryServer) Authorizations(c context.Context, _ *types.QueryAuthorizationsRequest) (*types.QueryAuthorizationsResponse, error) + func (q QueryServer) CodeAuthorization(c context.Context, req *types.QueryCodeAuthorizationRequest) (*types.QueryCodeAuthorizationResponse, error) + func (q QueryServer) ContractAuthorization(c context.Context, req *types.QueryContractAuthorizationRequest) (*types.QueryContractAuthorizationResponse, error) + func (q QueryServer) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) v11.0.0-beta.1 Jul 5, 2023 Other modules containing this package github.com/public-awesome/stargaze/v10 github.com/public-awesome/stargaze/v12 github.com/public-awesome/stargaze/v13 github.com/public-awesome/stargaze/v14 github.com/public-awesome/stargaze/v15