Variable.DppPassportStatus
const DppPassportStatus: {
Archived: "archived";
Claimed: "claimed";
Draft: "draft";
Published: "published";
};
Lifecycle status of a DPP (Digital Product Passport).
draft: The passport is editable and not yet certified. It is not visible to end consumers.published: The passport has been submitted for on-chain certification and is publicly accessible. The transitiondraft→publishedis one-way: a published passport cannot be reverted todraft.claimed: The passport (item-level) has been minted and assigned to an end-user account. It is no longer available for claim. Reachable only frompublished.archived: The passport is read-only and no longer actively maintained or promoted, but its on-chain record remains accessible for traceability.
Type Declaration
| Name | Type |
|---|---|
Archived | "archived" |
Claimed | "claimed" |
Draft | "draft" |
Published | "published" |