Interface GetAttestationPayload

interface GetAttestationPayload {
    attestationId?: string;
    inviteCode?: string;
}

Properties

attestationId?: string

The attestation ID. You can use this if you are the creator or a holder of the attestation.

inviteCode?: string

The attestation key received from the original attestation creation.