Skip to content

Commit

Permalink
Add verified_subscriber_mapping_event_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jul 9, 2024
1 parent c5d4f5c commit a6a4535
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/verification_mapping_v1.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
syntax = "proto3";

package helium;

message verified_subscriber_mapping_event_v1 {
// The id of the discovery mapping enabled subscriber
string subscriber_id = 1;
// the accumulated mapping points the subscriber has earned this epoch
uint64 total_reward_points = 2;
// Unix timestamp in seconds of when the mapping event was generated
uint64 timestamp = 3;
}

0 comments on commit a6a4535

Please sign in to comment.