usingProgressCallback
: An optional callback for tracking the progress of wallet creation. It receives anMpcStatus
object with the followingstatuses
:generatingShare
: Creating the initial shareparsingShare
: Processing the share datastoringShare
: Saving the encrypted sharedone
: Process completed
done
: Boolean indicating whether the whole operation is complete
-
PortalCreateWalletResponse
: Contains the following:ethereum
: Generated Ethereum addresssolana
: Generated Solana address
PortalClassError.cannotCreateWallet
: If the wallet creation process fails.