ZeroLabs Tokenization Protocol
  • ❓About
  • 📄Audit trail
  • Domain Definitions
    • 📃Redemption Statement
    • 🔃Bi-directional link
      • Setting the redemption statement
      • Issuance
    • 👤Issuer
      • Topics
    • 📗Certificate
      • Claiming
    • 📑Batch
    • 📝Agreement
    • 💽Smart contracts
      • Certificate Registry
        • Issuance metadata
        • Claim data
        • Deployments
      • Batch Factory
        • Deployments
      • Agreement(s)
    • ⛓️Multi-chain approach
  • Future Improvements
    • 🌉Bridging
  • Developer Tools
    • 👨‍💻How to use the libraries
Powered by GitBook
On this page
  1. Domain Definitions
  2. Smart contracts
  3. Certificate Registry

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",
}
PreviousIssuance metadataNextDeployments

Last updated 3 years ago

💽