create2of2Wallet

open suspend override fun create2of2Wallet(displayName: String): Result<WalletCreationResult>

Creates a 2-of-2 multisignature wallet by interacting with the MPC client and storing key-related data in MpcWalletStorage.

Return

A Result encapsulating a WalletCreationResult object on success.

Parameters

displayName

The display name for the generated wallet.