{
  "title": "BurnchainRewardsTotal",
  "description": "Total burnchain rewards made to a recipient",
  "type": "object",
  "additionalProperties": false,
  "required": ["reward_recipient", "reward_amount"],
  "properties": {
    "reward_recipient": {
      "type": "string",
      "description": "The recipient address that received the burnchain rewards, in the format native to the burnchain (e.g. B58 encoded for Bitcoin)"
    },
    "reward_amount": {
      "type": "string",
      "description": "The total amount of burnchain tokens rewarded to the recipient, in the smallest unit (e.g. satoshis for Bitcoin)"
    }
  }
}
