We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93cdd9 commit 3979cc8Copy full SHA for 3979cc8
lazer/publisher_sdk/proto/publisher_update.proto
@@ -9,8 +9,12 @@ message PublisherUpdate {
9
// Array of updates, each of which target a single feed
10
repeated FeedUpdate updates = 1;
11
12
+ // ID of the Publisher that is sending the update
13
+ // Should match ID stored in Pyth Lazer
14
+ optional uint32 publisher_id = 2;
15
+
16
// Timestamp when this message was created
- optional google.protobuf.Timestamp publisher_timestamp = 2;
17
+ optional google.protobuf.Timestamp publisher_timestamp = 3;
18
}
19
20
// Update to a feed. May contain different types of data depending on what kind of update it is
0 commit comments