wowlet/cmake/test-protobuf.proto
dsc 133700160a Feather, a free Monero desktop wallet
Co-Authored-By: tobtoht <thotbot@protonmail.com>
2020-10-08 04:31:22 +02:00

8 lines
117 B
Protocol Buffer

syntax = "proto2";
import "google/protobuf/descriptor.proto";
message Success {
optional string message = 1;
}