mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
(no commit message provided)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package oracle.v1;
|
||||
|
||||
option go_package = "github.com/onsonr/hway/x/oracle/types";
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
// GenesisState defines the middlewares genesis state.
|
||||
message GenesisState {}
|
||||
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package oracle.v1;
|
||||
|
||||
option go_package = "github.com/onsonr/hway/x/oracle/types";
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package oracle.v1;
|
||||
|
||||
option go_package = "github.com/onsonr/hway/x/oracle/types";
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
Reference in New Issue
Block a user