Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
add expected keepers
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Sep 14, 2023
1 parent 5fb145b commit 92e9fdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/resolver/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ package types
import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth/types"
registrytypes "github.com/mycel-domain/mycel/x/registry/types"
)

type RegistryKeeper interface {
// Methods imported from registry should be defined here
GetSecondLevelDomain(ctx sdk.Context, name string, parent string) (val registrytypes.SecondLevelDomain, found bool)
GetTopLevelDomain(ctx sdk.Context, name string) (val registrytypes.TopLevelDomain, found bool)
}

// AccountKeeper defines the expected account keeper used for simulations (noalias)
Expand Down

0 comments on commit 92e9fdc

Please sign in to comment.