Type Alias UserAttestationResult
UserAttestationResult: | { status: "Confirmed"; error?: undefined } | { status?: undefined; error: CryptoOnrampError } Type declaration
- { status: "Confirmed"; error?: undefined }
status: "Confirmed"
Optionalerror?: undefined
- { status?: undefined; error: CryptoOnrampError }
Optionalstatus?: undefined
Result of presenting user attestation.