mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
ed5a5c154d
Move to a monorepo structure with submodules - Rename status-protocol-go to status-go/protocol
9 lines
120 B
Protocol Buffer
9 lines
120 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package applicationmetadata;
|
|
|
|
message Message {
|
|
bytes signature = 4001;
|
|
bytes payload = 4002;
|
|
}
|