Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Sep 11, 2024
1 parent c36d494 commit 4f5dece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/bank/v2/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
// AuthKeeper defines the account contract that must be fulfilled when
// creating a x/bank keeper.
type AuthKeeper interface {
GetAccount(ctx context.Context, addr sdk.AccAddress) sdk.AccountI
GetModuleAccount(ctx context.Context, moduleName string) sdk.ModuleAccountI
GetModuleAddress(moduleName string) sdk.AccAddress
}

0 comments on commit 4f5dece

Please sign in to comment.