MobileWalletConfig

constructor(walletId: String = Uuid.random().toString(), defaultKeyType: KeyType = KeyType.secp256r1, attestationConfig: WalletAttestationConfig? = null, onEvent: suspend (WalletSessionEvent) -> Unit = {})