Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + func MakeContext(storeKey sdk.StoreKey) sdk.Context + func SetCliContext(ctx clientcontext.CLIContext) + type AccountKeeperProxy struct + func NewAccountKeeperProxy() AccountKeeperProxy + func (a AccountKeeperProxy) GetAccount(ctx sdk.Context, addr sdk.AccAddress) authexported.Account + func (a AccountKeeperProxy) GetAllAccounts(ctx sdk.Context) (accounts []authexported.Account) + func (a AccountKeeperProxy) IterateAccounts(ctx sdk.Context, cb func(account authexported.Account) bool) + func (a AccountKeeperProxy) NewAccountWithAddress(ctx sdk.Context, addr sdk.AccAddress) authexported.Account + func (a AccountKeeperProxy) RemoveAccount(ctx sdk.Context, account authexported.Account) + func (a AccountKeeperProxy) SetAccount(ctx sdk.Context, account authexported.Account) + func (a AccountKeeperProxy) SetObserverKeeper(observer auth.ObserverI) + type BankKeeperProxy struct + func NewBankKeeperProxy(akp AccountKeeperProxy) BankKeeperProxy + func (b BankKeeperProxy) BlacklistedAddr(addr sdk.AccAddress) bool + func (b BankKeeperProxy) BlockedAddr(addr sdk.AccAddress) bool + func (b BankKeeperProxy) GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + func (b BankKeeperProxy) GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + func (b BankKeeperProxy) GetSendEnabled(ctx sdk.Context) bool + func (b BankKeeperProxy) IsSendEnabledCoins(ctx sdk.Context, coins ...sdk.Coin) error + func (b BankKeeperProxy) SendCoins(ctx sdk.Context, fromAddr sdk.AccAddress, toAddr sdk.AccAddress, amt sdk.Coins) error + type CapabilityKeeperProxy struct + func (c CapabilityKeeperProxy) AuthenticateCapability(ctx sdk.Context, capability *capabilitytypes.Capability, name string) bool + func (c CapabilityKeeperProxy) ClaimCapability(ctx sdk.Context, cap *capabilitytypes.Capability, name string) error + func (c CapabilityKeeperProxy) GetCapability(ctx sdk.Context, name string) (*capabilitytypes.Capability, bool) + type ParamsKeeperProxy struct + func (p ParamsKeeperProxy) ClaimReadyForUpgrade(name string, cb func(ptypes.UpgradeInfo)) + type PortKeeperProxy struct + func (p PortKeeperProxy) BindPort(ctx sdk.Context, portID string) *capabilitytypes.Capability + type SubspaceProxy struct + func (s SubspaceProxy) GetParamSet(ctx sdk.Context, ps params.ParamSet) + func (s SubspaceProxy) SetParamSet(ctx sdk.Context, ps params.ParamSet) + type SupplyKeeperProxy struct + func (s SupplyKeeperProxy) GetSupply(ctx sdk.Context) supplyexported.SupplyI