UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

14 lines (9 loc) 460 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var walletConnectorCore = require('@dynamic-labs/wallet-connector-core'); const isHardwareWalletEnabled = (walletConnector) => walletConnector !== undefined && walletConnector !== null && walletConnectorCore.isHardwareWalletConnector(walletConnector) && walletConnector.isHardwareWalletEnabled; exports.isHardwareWalletEnabled = isHardwareWalletEnabled;