mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-08 09:03:12 +00:00
transfer v1
This commit is contained in:
parent
0751e39289
commit
df0cfb1567
11
waku/sync/transfer/transfer.proto
Normal file
11
waku/sync/transfer/transfer.proto
Normal 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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user