Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2023 Changes in this version + func NewLegacyQuerier(keeper Keeper, cdc *codec.LegacyAmino) sdk.Querier + func NewMsgServerImpl(keeper Keeper) types.MsgServer + func NewQueryServer(keeper Keeper) types.QueryServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, bankKeeper types.BankKeeper, ...) Keeper + func (k Keeper) AddPeggyToken(ctx sdk.Context, token string) + func (k Keeper) Exists(ctx sdk.Context, key []byte) bool + func (k Keeper) ExistsPeggyToken(ctx sdk.Context, token string) bool + func (k Keeper) GetBlacklist(ctx sdk.Context) []string + func (k Keeper) GetCethReceiverAccount(ctx sdk.Context) sdk.AccAddress + func (k Keeper) GetPeggyToken(ctx sdk.Context) types.PeggyTokens + func (k Keeper) IsBlacklisted(ctx sdk.Context, address string) bool + func (k Keeper) IsCethReceiverAccount(ctx sdk.Context, cethReceiverAccount sdk.AccAddress) bool + func (k Keeper) IsCethReceiverAccountSet(ctx sdk.Context) bool + func (k Keeper) IsPaused(ctx sdk.Context) bool + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) ProcessBurn(ctx sdk.Context, cosmosSender sdk.AccAddress, msg *types.MsgBurn) error + func (k Keeper) ProcessClaim(ctx sdk.Context, claim *types.EthBridgeClaim) (oracletypes.Status, error) + func (k Keeper) ProcessLock(ctx sdk.Context, cosmosSender sdk.AccAddress, msg *types.MsgLock) error + func (k Keeper) ProcessRescueCeth(ctx sdk.Context, msg *types.MsgRescueCeth) error + func (k Keeper) ProcessSuccessfulClaim(ctx sdk.Context, claim string) error + func (k Keeper) ProcessUpdateCethReceiverAccount(ctx sdk.Context, cosmosSender sdk.AccAddress, ...) error + func (k Keeper) ProcessUpdateWhiteListValidator(ctx sdk.Context, cosmosSender sdk.AccAddress, validator sdk.ValAddress, ...) error + func (k Keeper) SetBlacklist(ctx sdk.Context, msg *types.MsgSetBlacklist) error + func (k Keeper) SetCethReceiverAccount(ctx sdk.Context, cethReceiverAccount sdk.AccAddress) + func (k Keeper) SetPause(ctx sdk.Context, pause *types.Pause)