mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
11 lines
213 B
Protocol Buffer
11 lines
213 B
Protocol Buffer
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 {}
|