VerificationResult: {
    type: "success";
} | {
    error: Error;
    type: "failed";
}

Describes the result of a verifiable presentation verification, which can either succeed or fail with an associated Error

Generated using TypeDoc