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
}
Last updated