We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59fd97 commit ea06284Copy full SHA for ea06284
modules/apps/callbacks/types/callbacks.go
@@ -9,6 +9,8 @@ import (
9
10
sdk "github.com/cosmos/cosmos-sdk/types"
11
12
+ errorsmod "cosmossdk.io/errors"
13
+
14
channeltypes "github.com/cosmos/ibc-go/v10/modules/core/04-channel/types"
15
porttypes "github.com/cosmos/ibc-go/v10/modules/core/05-port/types"
16
ibcexported "github.com/cosmos/ibc-go/v10/modules/core/exported"
0 commit comments