fabric-wallet-migration
Preparing search index...
WalletStore
Interface WalletStore
interface
WalletStore
{
get
(
label
:
string
)
:
Promise
<
undefined
|
Buffer
<
ArrayBufferLike
>
>
;
list
()
:
Promise
<
string
[]
>
;
put
(
label
:
string
,
data
:
Buffer
)
:
Promise
<
void
>
;
remove
(
label
:
string
)
:
Promise
<
void
>
;
}
Index
Methods
get
list
put
remove
Methods
get
get
(
label
:
string
)
:
Promise
<
undefined
|
Buffer
<
ArrayBufferLike
>
>
Parameters
label
:
string
Returns
Promise
<
undefined
|
Buffer
<
ArrayBufferLike
>
>
list
list
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
put
put
(
label
:
string
,
data
:
Buffer
)
:
Promise
<
void
>
Parameters
label
:
string
data
:
Buffer
Returns
Promise
<
void
>
remove
remove
(
label
:
string
)
:
Promise
<
void
>
Parameters
label
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
put
remove
fabric-wallet-migration
Loading...