keeper

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

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

Types

type Keeper

type Keeper struct {
	ContractOpsKeeper  wasmtypes.ContractOpsKeeper
	ContractViewKeeper wasmtypes.ViewKeeper
	AAKeeper           types.AbstractAccountKeeper
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(cdc codec.BinaryCodec,
	key storetypes.StoreKey,
	paramSpace paramtypes.Subspace,
	bankKeeper types.BankKeeper,
	accountKeeper types.AccountKeeper,
	wasmOpsKeeper wasmtypes.ContractOpsKeeper,
	wasmViewKeeper wasmtypes.ViewKeeper,
	aaKeeper types.AbstractAccountKeeper,
	authority string,
) Keeper

func (Keeper) ExportGenesis

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

ExportGenesis returns the bank module's genesis state.

func (Keeper) GetAuthority

func (k Keeper) GetAuthority() string

GetAuthority returns the x/xion module's authority.

func (Keeper) GetPlatformPercentage

func (k Keeper) GetPlatformPercentage(ctx sdktypes.Context) math.Int

func (Keeper) InitGenesis

func (k Keeper) InitGenesis(ctx sdk.Context, genState *types.GenesisState)

InitGenesis initializes the bank module's state from a given genesis state.

func (Keeper) Logger

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

Logger returns a module-specific logger.

func (Keeper) OverwritePlatformPercentage

func (k Keeper) OverwritePlatformPercentage(ctx sdktypes.Context, percentage uint32)

func (Keeper) WebAuthNVerifyAuthenticate added in v0.3.6

func (Keeper) WebAuthNVerifyRegister added in v0.3.6

type Migrator added in v0.3.9

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

func NewMigrator added in v0.3.9

func NewMigrator(wasmOpsKeeper wasmtypes.ContractOpsKeeper, wasmViewKeeper wasmtypes.ViewKeeper, aaKeeper types.AbstractAccountKeeper) Migrator

func (Migrator) Migrate1to2 added in v0.3.9

func (m Migrator) Migrate1to2(ctx sdk.Context) error

Jump to

Keyboard shortcuts

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