UNPKG

@thirdweb-dev/wallets

Version:

<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht

23 lines (17 loc) 1.1 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var embeddedWallet = require('../../../../../dist/embedded-wallet-94ab26c4.cjs.dev.js'); var auth = require('../../../../../dist/auth-48859d5f.cjs.dev.js'); require('@paperxyz/sdk-common-utilities'); require('../../../../../dist/defineProperty-21d22449.cjs.dev.js'); require('ethers'); require('ethers/lib/utils'); exports.AUTH_TOKEN_LOCAL_STORAGE_NAME = embeddedWallet.AUTH_TOKEN_LOCAL_STORAGE_NAME; exports.DEVICE_SHARE_LOCAL_STORAGE_NAME = embeddedWallet.DEVICE_SHARE_LOCAL_STORAGE_NAME; exports.DEVICE_SHARE_LOCAL_STORAGE_NAME_DEPRECATED = embeddedWallet.DEVICE_SHARE_LOCAL_STORAGE_NAME_DEPRECATED; exports.EmbeddedWalletSdk = embeddedWallet.EmbeddedWalletSdk; exports.UserStatus = embeddedWallet.UserStatus; exports.WALLET_USER_DETAILS_LOCAL_STORAGE_NAME = embeddedWallet.WALLET_USER_DETAILS_LOCAL_STORAGE_NAME; exports.WALLET_USER_ID_LOCAL_STORAGE_NAME = embeddedWallet.WALLET_USER_ID_LOCAL_STORAGE_NAME; exports.AuthProvider = auth.AuthProvider; exports.RecoveryShareManagement = auth.RecoveryShareManagement;