Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

You are viewing docs for the previous version of the Wallets SDK. We recommend upgrading to V1. See the updated version of this page or the V1 migration guide.
PhoneSignerConfig = object
Defined in: packages/wallets/src/signers/types.ts:45

Properties

onAuthRequired()?

optional onAuthRequired: (needsAuth, sendEmailWithOtp, verifyOtp, reject) => Promise<void>
Defined in: packages/wallets/src/signers/types.ts:48

Parameters

ParameterType
needsAuthboolean
sendEmailWithOtp() => Promise<void>
verifyOtp(otp) => Promise<void>
reject() => void

Returns

Promise<void>

phone?

optional phone: string
Defined in: packages/wallets/src/signers/types.ts:47

type

type: "phone"
Defined in: packages/wallets/src/signers/types.ts:46