UserAttestationResult:
    | { status: "Confirmed"; error?: undefined }
    | { status?: undefined; error: CryptoOnrampError }

Result of presenting user attestation.

Type declaration

  • { status: "Confirmed"; error?: undefined }
    • status: "Confirmed"

      The customer accepted the attestation.

    • Optionalerror?: undefined
  • { status?: undefined; error: CryptoOnrampError }
    • Optionalstatus?: undefined
    • error: CryptoOnrampError

      Present if attestation failed or was cancelled.