Preparing search index...
The search index is not available
@thirdweb-dev/wallets
@thirdweb-dev/wallets
AsyncLocalStorage
Class AsyncLocalStorage
Hierarchy
AsyncLocalStorage
Implements
AsyncStorage
Index
Constructors
constructor
Properties
name
Methods
get
Item
remove
Item
set
Item
Constructors
constructor
new
Async
Local
Storage
(
name
)
:
AsyncLocalStorage
Parameters
name
:
string
Returns
AsyncLocalStorage
Properties
name
name
:
string
Methods
get
Item
get
Item
(
key
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
remove
Item
remove
Item
(
key
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
set
Item
set
Item
(
key
,
value
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
name
get
Item
remove
Item
set
Item
@thirdweb-dev/wallets
AuthProvider
RecoveryShareManagement
UserWalletStatus
AbstractClientWallet
AbstractWallet
AddChainError
AsyncLocalStorage
BloctoWallet
ChainNotConfiguredError
CoinbaseWallet
Connector
CredentialsStorage
EmbeddedWallet
EmbeddedWalletSdk
EthersWallet
FrameWallet
InjectedWallet
LocalStorage
LocalWallet
MagicLink
MetaMaskWallet
Loading...
Generated using
TypeDoc