Claim data

When a Certificate is claimed, we can attach a certain type of data to the claim.

This claim data can differ from topic to topic. For topic #1, an example of the claim data would be the following:

{
  beneficiary: "Benefactor 123",
  region: "EU",
  countryCode: "HR",
  periodStartDate: "2021-01-01",
  periodEndDate: "2021-12-31",
  purpose: "Sustainability reporting",
  consumptionEntityID: "EXAMPLE_DEVICE_ID",
  proofID: "123e4567-e89b-12d3-a456-426614174000",
}

Last updated