mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-07 00:13:13 +00:00
11 lines
180 B
Protocol Buffer
11 lines
180 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pb;
|
|
|
|
message WakuMessage {
|
|
bytes payload = 1;
|
|
string contentTopic = 2;
|
|
uint32 version = 3;
|
|
double timestamp = 4;
|
|
bytes proof = 21;
|
|
} |