mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-06 15:53:09 +00:00
6 lines
77 B
Protocol Buffer
6 lines
77 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message TopicOnlyMessage {
|
|
string content_topic = 2;
|
|
}
|