keeper

package
v0.0.0-...-5442afc Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(k Keeper) types.MsgServer

func NewQueryServerImpl

func NewQueryServerImpl(k Keeper) types.QueryServer

Types

type Keeper

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

func (Keeper) ContractKeeper

func (k Keeper) ContractKeeper() wasmtypes.ContractOpsKeeper

func (Keeper) DeleteSignerAddress

func (k Keeper) DeleteSignerAddress(ctx sdk.Context)

func (Keeper) ExportGenesis

func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState

func (Keeper) GetAndIncrementNextAccountID

func (k Keeper) GetAndIncrementNextAccountID(ctx sdk.Context) uint64

func (Keeper) GetNextAccountID

func (k Keeper) GetNextAccountID(ctx sdk.Context) uint64

func (Keeper) GetParams

func (k Keeper) GetParams(ctx sdk.Context) (*types.Params, error)

func (Keeper) GetSignerAddress

func (k Keeper) GetSignerAddress(ctx sdk.Context) sdk.AccAddress

func (Keeper) InitGenesis

func (k Keeper) InitGenesis(ctx sdk.Context, gs *types.GenesisState) []abci.ValidatorUpdate

func (Keeper) Logger

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

func (Keeper) SetNextAccountID

func (k Keeper) SetNextAccountID(ctx sdk.Context, id uint64)

func (Keeper) SetParams

func (k Keeper) SetParams(ctx sdk.Context, params *types.Params) error

func (Keeper) SetSignerAddress

func (k Keeper) SetSignerAddress(ctx sdk.Context, signerAddr sdk.AccAddress)

Jump to

Keyboard shortcuts

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