Skip to content

Commit

Permalink
chore: Remove GetSupply, IsSendEnableCoins from bankkeeper interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 4, 2024
1 parent 44bfc77 commit f434835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/evm/types/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ type AccountKeeper interface {
// BankKeeper defines the expected interface needed to retrieve account balances.
type BankKeeper interface {
GetBalance(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin
GetSupply(ctx sdk.Context, denom string) sdk.Coin
IsSendEnabledCoins(ctx sdk.Context, coins ...sdk.Coin) error
SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error
// SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error
SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error
Expand Down

0 comments on commit f434835

Please sign in to comment.