Preparing search index...
The search index is not available
me2em Protocol API Reference - v0.1.0-alpha.1
me2em Protocol API Reference
UseImportSeedResult
Interface UseImportSeedResult
interface
UseImportSeedResult
{
status
:
IdentityFlowStatus
;
identity
:
any
;
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
:
any
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 Protocol API Reference - v0.1.0-alpha.1
Loading...