Represents a Proof object.

interface ProofResponse {
    collectionId: string;
    createdAt: string;
    id: string;
    productId: string;
    tokenId: string;
    userId: string;
    values: Record<string, any>;
}

Properties

collectionId: string

Unique identifier for the collection

createdAt: string

Creation timestamp

id: string

Unique identifier for the proof

productId: string

Unique identifier for the product

tokenId: string

Unique identifier for the token

userId: string

Unique identifier for the user

values: Record<string, any>

Arbitrary key-value pairs for proof values