Skip to content

Commit

Permalink
docs(libs-credentials): update credentials docs to remove recipient f…
Browse files Browse the repository at this point in the history
…rom criteria
  • Loading branch information
waddaboo committed Oct 9, 2024
1 parent 93b94f6 commit bab189b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ Validates the EAS attestations of a user.
- **id**: The id for the EAS attestations validation.
- **criteria**:
- **minAttestations**: The minimum number of attestations required.
- **recipient** (_optional_): The recipient of the attestation.
- **attester** (_optional_): The attester of the attestation.
- **schemaId** (_optional_): The schema id of the attestation.
- **revocable** (_optional_): The revocable option of the attestation.
Expand All @@ -194,7 +193,6 @@ validateCredentials(
criteria: {
minAttestations: 1,
schemaId: "0x",
recipient: "0x0",
attester: "0x1",
revocable: false,
revoked: false,
Expand Down

0 comments on commit bab189b

Please sign in to comment.