mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
133700160a
Co-Authored-By: tobtoht <thotbot@protonmail.com>
7 lines
117 B
Protocol Buffer
7 lines
117 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
message Success {
|
|
optional string message = 1;
|
|
}
|