Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
MemoryStorage
Class MemoryStorage
Implements
StorageAbstract
Index
Constructors
constructor
Properties
storage
Methods
clear
get
Item
remove
Item
set
Item
Constructors
constructor
new
Memory
Storage
(
)
:
MemoryStorage
Returns
MemoryStorage
Properties
storage
storage
:
Map
<
string
,
unknown
>
= ...
Methods
clear
clear
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Item
get
Item
<
T
>
(
key
)
:
Promise
<
null
|
T
>
Type Parameters
T
Parameters
key
:
string
Returns
Promise
<
null
|
T
>
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
Properties
storage
Methods
clear
get
Item
remove
Item
set
Item
Docs
GitHub
Fuels TS SDK API Documentation
Loading...