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