Fields
| Field | Description |
|---|---|
id | Unique proof ID |
version | Credential schema version |
type | Proof type |
issuer | Issuer metadata |
subject | Hashed subject wallet reference |
network | Stellar network |
asset | Asset code and optional issuer |
period | Optional proof period |
claim | Evaluated proof claim |
disclosure | What is revealed or hidden |
createdAt | Credential creation timestamp |
expiresAt | Expiration timestamp |
commitment | Optional on-chain commitment |
signature | Credential signature |
Example
{
"id": "proof_01JXYZ123",
"version": "1.0",
"type": "minimum_income",
"subject": {
"walletHash": "sha256:..."
},
"network": "stellar-testnet",
"claim": {
"operator": "greater_than_or_equal",
"threshold": "1000",
"frequency": "monthly",
"satisfied": true
},
"signature": "..."
}