CrossmintWalletController.
createOnLogin to have the controller create (or load) a wallet
automatically when a session becomes available. Set showOtpSignerPrompt
to false if you want to drive OTP prompts entirely from your own UI
(the controller still exposes the OTP controller via
CrossmintWalletController.otp).
Constructors
CrossmintWalletControllerConfig
Properties
createOnLogin
recovery with the recovery signer config (e.g. CrossmintEmailSignerConfig()).
showOtpSignerPrompt
false to drive OTP UI yourself by listening to CrossmintWalletController.otp.
callbacks
CrossmintWalletLifecycleCallbacks.

