File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
proto/ibc/applications/fee/v1 Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ syntax = "proto3";
2
2
3
3
package ibc.applications.fee.v1 ;
4
4
5
- import "gogoproto/gogo.proto" ;
6
-
7
5
option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
8
6
7
+ import "gogoproto/gogo.proto" ;
8
+
9
9
// IncentivizedAcknowledgement is the acknowledgement format to be used by applications wrapped in the fee middleware
10
10
// It contains the raw acknowledgement bytes, as well as the forward relayer address
11
11
message IncentivizedAcknowledgement {
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ syntax = "proto3";
2
2
3
3
package ibc.applications.fee.v1 ;
4
4
5
+ option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
6
+
5
7
import "cosmos/base/v1beta1/coin.proto" ;
6
8
import "gogoproto/gogo.proto" ;
7
9
import "ibc/core/channel/v1/channel.proto" ;
8
10
9
- option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
10
11
11
12
// Fee implements the ics29 Fee interface
12
13
// See Fee Payment Middleware spec:
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ syntax = "proto3";
2
2
3
3
package ibc.applications.fee.v1 ;
4
4
5
+ option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
6
+
5
7
import "gogoproto/gogo.proto" ;
6
8
import "ibc/applications/fee/v1/fee.proto" ;
7
9
import "ibc/core/channel/v1/channel.proto" ;
8
10
9
- option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
10
11
11
12
// GenesisState defines the fee middleware genesis state
12
13
message GenesisState {
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ syntax = "proto3";
2
2
3
3
package ibc.applications.fee.v1 ;
4
4
5
+ option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
6
+
5
7
import "gogoproto/gogo.proto" ;
6
8
import "ibc/applications/fee/v1/fee.proto" ;
7
9
import "google/api/annotations.proto" ;
8
10
import "ibc/core/channel/v1/channel.proto" ;
9
11
import "cosmos/base/query/v1beta1/pagination.proto" ;
10
12
11
- option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
12
13
13
14
// Query provides defines the gRPC querier service.
14
15
service Query {
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ syntax = "proto3";
2
2
3
3
package ibc.applications.fee.v1 ;
4
4
5
+ option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
6
+
5
7
import "gogoproto/gogo.proto" ;
6
8
import "ibc/applications/fee/v1/fee.proto" ;
7
9
import "ibc/core/channel/v1/channel.proto" ;
8
10
9
- option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/29-fee/types" ;
10
-
11
11
// Msg defines the ibc/fee Msg service.
12
12
service Msg {
13
13
// RegisterCounterpartyAddress defines a rpc handler method for MsgRegisterCounterpartyAddress
You can’t perform that action at this time.
0 commit comments