Files
sonr/proto/oracle/v1/tx.proto
T

8 lines
133 B
Protocol Buffer
Raw Normal View History

2024-07-05 22:20:13 -04:00
syntax = "proto3";
package oracle.v1;
2024-09-05 01:24:57 -04:00
option go_package = "github.com/onsonr/sonr/x/oracle/types";
2024-07-05 22:20:13 -04:00
2024-09-05 01:24:57 -04:00
import "gogoproto/gogo.proto";