create

Creates an Android mobile wallet for config.

The database is named from MobileWalletConfig.walletId, and signing keys are created or loaded through the Android platform key provider.

expect fun create(config: MobileWalletConfig = MobileWalletConfig()): MobileWallet

Creates a mobile wallet instance for the current platform.

Parameters

config

Wallet configuration. Defaults create a new wallet identifier and P-256 key material.

actual fun create(config: MobileWalletConfig): MobileWallet

Creates an iOS mobile wallet using native SQLDelight storage and the default iOS platform key provider.