Preparing search index...
The search index is not available
@me2em/react - React bindings
@me2em/react - React bindings
UseImportSeedResult
Interface UseImportSeedResult
interface
UseImportSeedResult
{
status
:
IdentityFlowStatus
;
identity
:
null
|
Identity
;
error
:
null
|
string
;
importWords
:
(
(
words
:
string
[]
,
passphrase
?:
string
)
=>
Promise
<
void
>
)
;
reset
:
(
(
)
=>
void
)
;
}
Index
Properties
status
identity
error
import
Words
reset
Properties
status
status
:
IdentityFlowStatus
identity
identity
:
null
|
Identity
error
error
:
null
|
string
import
Words
import
Words
:
(
(
words
:
string
[]
,
passphrase
?:
string
)
=>
Promise
<
void
>
)
reset
reset
:
(
(
)
=>
void
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
status
identity
error
import
Words
reset
@me2em/react - React bindings
Loading...