This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version docs or the V1 migration guide.
Callbacks = object
Defined in: packages/wallets/src/wallets/types.ts:199
Properties
onAuthRequired()?
Defined in: packages/wallets/src/wallets/types.ts:202optionalonAuthRequired: (signerType,signerLocator,needsAuth,sendOtp,verifyOtp,reject) =>Promise<void>
Parameters
Returns
Promise<void>
onTransactionStart()?
Defined in: packages/wallets/src/wallets/types.ts:201optionalonTransactionStart: () =>Promise<void>
Returns
Promise<void>
onWalletCreationStart()?
Defined in: packages/wallets/src/wallets/types.ts:200optionalonWalletCreationStart: () =>Promise<void>
Returns
Promise<void>
