mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-08 09:03:46 +02: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;
|
||
|
}
|