Interface iCreateAttestationProofSuccessResponse

interface iCreateAttestationProofSuccessResponse {
    id: string;
}

Implemented by

Properties

Properties

id: string

The proof ID. This is the ID that is given to the user to query the attestation. Anyone with the ID can query it, so keep this safe and secure.