Skip to content

Commit

Permalink
updated expected keeper
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Nov 13, 2024
1 parent fb21c59 commit 70f4f91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/lightclient/types/expected_keepers.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package types

import (
"context"

cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
sdk "github.com/cosmos/cosmos-sdk/types"
ibcclienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types"
"github.com/cosmos/ibc-go/v7/modules/core/exported"

rollapptypes "github.com/dymensionxyz/dymension/v3/x/rollapp/types"
Expand All @@ -28,7 +25,6 @@ type IBCClientKeeperExpected interface {
GetClientConsensusState(ctx sdk.Context, clientID string, height exported.Height) (exported.ConsensusState, bool)
GetClientState(ctx sdk.Context, clientID string) (exported.ClientState, bool)
IterateClientStates(ctx sdk.Context, prefix []byte, cb func(clientID string, cs exported.ClientState) bool)
ConsensusStateHeights(c context.Context, req *ibcclienttypes.QueryConsensusStateHeightsRequest) (*ibcclienttypes.QueryConsensusStateHeightsResponse, error)
ClientStore(ctx sdk.Context, clientID string) sdk.KVStore
}

Expand Down

0 comments on commit 70f4f91

Please sign in to comment.