mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
9 lines
183 B
Protocol Buffer
9 lines
183 B
Protocol Buffer
|
|
message OptionFields {
|
|
optional string type = 2 [mylist = "some,values,[here]"];
|
|
}
|
|
|
|
message MoreOptionFields {
|
|
optional string values = 3 [mylist2 = '[more, values], [here]'];
|
|
}
|