keeper

package
v12.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ModuleLogger

func ModuleLogger(ctx sdk.Context) log.Logger

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.

func NewProposalHandler

func NewProposalHandler(k Keeper) govtypes.Handler

NewProposalHandler creates a new governance Handler for wasm proposals

func NewProposalHandlerX

func NewProposalHandlerX(k govKeeper) govtypes.Handler

Types

type Keeper

type Keeper struct {
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(
	cdc codec.BinaryCodec,
	storeKey,
	memKey storetypes.StoreKey,
	ps paramtypes.Subspace,
	wk types.WasmKeeper,
) *Keeper

func (Keeper) IsPrivileged

func (k Keeper) IsPrivileged(ctx sdk.Context, contractAddr sdk.AccAddress) bool

IsPrivileged returns if the given contract is part of the privilege contract list

func (Keeper) IteratePrivileged

func (k Keeper) IteratePrivileged(ctx sdk.Context, cb func(sdk.AccAddress) bool)

IteratePrivileged executes the given func on all the privilege contracts

func (Keeper) ListPrivileged

ListPrivileged lists the addresses of all the contracts which have been promoted to privilege status

func (Keeper) Logger

func (k Keeper) Logger(ctx sdk.Context) log.Logger

func (Keeper) SetPrivileged

func (k Keeper) SetPrivileged(ctx sdk.Context, contractAddr sdk.AccAddress) error

SetPrivileged checks if the given contract exists and adds it to the list of privilege contracts

func (Keeper) UnsetPrivileged

func (k Keeper) UnsetPrivileged(ctx sdk.Context, contractAddr sdk.AccAddress) error

UnsetPrivileged checks if the given contract exists and if it has privilege and remove it from the list of privileg contracts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL