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

Issuance metadata

Depending on the topic, issuance metadata can differ. An example of issuance data, taken from topic #1:

{
  generator: {
    id: "DEVICE_123",
    name: "Solar Farm A",
    energySource: "SOLAR",
    region: "EU",
    country: "HR",
    capacity: "1000000000",
    commissioningDate: 1652572800, // Unix timestamp
  },
  generationStartTime: 1652572800, // Unix timestamp,
  generationEndTime: 1652572800, // Unix timestamp,
  productType: "I-REC",
  data: "0x", // Additional unstructured metadata
}

PreviousCertificate RegistryNextClaim data

Last updated 3 years ago

💽