mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-09 11:17:25 -03:00
8 lines
117 B
Protocol Buffer
8 lines
117 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
import "google/protobuf/descriptor.proto";
|
||
|
|
||
|
message Success {
|
||
|
optional string message = 1;
|
||
|
}
|