-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(proto): update proto files (#87)
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/arch3-proto/proto/archway/genmsgs/v1/genmsgs.proto
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 archway.genmsg.v1; | ||
|
||
import "google/protobuf/any.proto"; | ||
|
||
|
||
option go_package = "github.com/archway-network/archway/x/genmsg/v1"; | ||
|
||
// GenesisState represents the messages to be processed during genesis by the genmsg module. | ||
message GenesisState { | ||
repeated google.protobuf.Any messages = 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
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