Author SHA1 Message Date
SionoiS e13f5230ae proper folder structure 2025-01-20 11:56:11 -05:00
SionoiS df0cfb1567 transfer v1 2025-01-20 10:53:30 -05:00
+11
View File
@@ -0,0 +1,11 @@
syntax = "proto3";
package waku.sync.transfer.v1;
import "waku/message/v1/message.proto";
message WakuMessageAndTopic {
// Full message content and associated pubsub_topic as value
optional waku.message.v1.WakuMessage message = 1;
optional string pubsub_topic = 2;
}