Skip to main content

TypeAlias.DppMetrics

type DppMetrics = {
retrievalRate: number;
totalMinted: number;
totalProducts: number;
totalRetrieved: number;
};

DPP metrics for tracking Digital Product Passport lifecycle.

Tracks product creation, status distribution, passport minting, and retrieval rates. Used by the metrics dashboard to monitor DPP adoption and engagement.

Type Declaration

NameType
retrievalRatenumber
totalMintednumber
totalProductsnumber
totalRetrievednumber