Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
LocalStorage
Class LocalStorage
Implements
StorageAbstract
Index
Constructors
constructor
Methods
clear
get
Item
remove
Item
set
Item
Constructors
constructor
new
Local
Storage
(
localStorage
)
:
LocalStorage
Parameters
localStorage
:
Storage
Returns
LocalStorage
Methods
clear
clear
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Item
get
Item
(
key
)
:
Promise
<
undefined
|
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
undefined
|
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
get
Item
remove
Item
set
Item
Docs
GitHub
Fuels TS SDK API Documentation
Loading...