Skip to content

Commit

Permalink
Document service provider promotion fields
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Oct 29, 2024
1 parent 5b0206a commit 47d19aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ message mobile_reward_data {

message service_provider_promotions {
message promotion {
// Name of the Promotion NFT
string entity = 1;
// Unix timestamp in seconds of the start of the promotion
uint64 start_ts = 2;
// Unix timestamp in seconds of the end of the promotion
uint64 end_ts = 3;
// Shares used when distributing promotion incentive allocation
uint32 shares = 4;
}

Expand Down

0 comments on commit 47d19aa

Please sign in to comment.