File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ enum subscriber_report_verification_status {
351351 valid = 0 ;
352352 invalid_subscriber_id = 1 ;
353353 invalid_carrier_key = 2 ;
354+ invalid_reward_override_entity_key = 3 ;
354355}
355356
356357message verified_subscriber_location_ingest_report_v1 {
@@ -787,6 +788,9 @@ message subscriber_reward {
787788 uint64 discovery_location_amount = 2 ;
788789 /// Amount in bones credited to the subscriber for verification mapping
789790 uint64 verification_mapping_amount = 3 ;
791+ // String representing the entity key
792+ // Overrides the subscriber_id as the entity_key to send mapping rewards to
793+ string reward_override_entity_key = 4 ;
790794}
791795
792796message promotion_reward {
@@ -1077,6 +1081,9 @@ message subscriber_mapping_activity_req_v1 {
10771081 bytes carrier_pub_key = 7 ;
10781082 /// Signed payload of the mapping activity request
10791083 bytes signature = 8 ;
1084+ // String representing the entity key
1085+ // Overrides the subscriber_id as the entity_key to send mapping rewards to
1086+ string reward_override_entity_key = 9 ;
10801087}
10811088
10821089message subscriber_mapping_activity_res_v1 {
You can’t perform that action at this time.
0 commit comments