Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankKeeper ¶
type BankKeeper interface {
GetBalance(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin
}
BankKeeper defines the exposed interface for using functionality of the bank keeper in the context of the AnteHandler utils package.
type StakingKeeper ¶
type StakingKeeper interface { BondDenom(ctx sdk.Context) string IterateDelegations(ctx sdk.Context, delegator sdk.AccAddress, fn func(index int64, delegation stakingtypes.DelegationI) (stop bool)) }
StakingKeeper defines the exposed interface for using functionality of the staking keeper in the context of the AnteHandler utils package.
Click to show internal directories.
Click to hide internal directories.