-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
415b36e
commit 017652c
Showing
3 changed files
with
342 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
syntax = "proto3"; | ||
package provenance.ibchooks.v1; | ||
|
||
option go_package = "github.com/provenance-io/provenance/x/ibchooks/types"; | ||
|
||
option java_package = "io.provenance.ibchooks.v1"; | ||
option java_multiple_files = true; | ||
|
||
// EventIBCHooksParamsUpdated defines the event emitted after updating ibchooks parameters. | ||
message EventIBCHooksParamsUpdated { | ||
repeated string allowed_async_ack_contracts = 1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.