mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-11 13:29:12 +00:00
7 lines
132 B
Protocol Buffer
7 lines
132 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package oracle.v1;
|
||
|
|
||
|
option go_package = "github.com/onsonr/hway/x/oracle/types";
|
||
|
|
||
|
import "gogoproto/gogo.proto";
|