Verify Credential
credential_verifyVerifies an XLS-70 credential on the XRP Ledger by checking existence, acceptance, and expiration status against the latest validated ledger.
Instructions
Read an XLS-70 Credential ledger object and report whether it exists, has been accepted, and is expired relative to the validated ledger close time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuer | Yes | Classic XRPL issuer account address. | |
| subject | Yes | Classic XRPL subject account address. | |
| credentialType | Yes | Credential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes. |