Skip to main content

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 transition draftpublished is one-way: a published passport cannot be reverted to draft.
  • claimed: The passport (item-level) has been minted and assigned to an end-user account. It is no longer available for claim. Reachable only from published.
  • archived: The passport is read-only and no longer actively maintained or promoted, but its on-chain record remains accessible for traceability.

Type Declaration

NameType
Archived"archived"
Claimed"claimed"
Draft"draft"
Published"published"