Skip to content

ProofRequest

Represents a proof request with its associated data and functions.

struct ProofRequest {
    RequestId id;
    Requirements requirements;
    string imageUrl;
    Input input;
    Offer offer;
}