Preparing search index...
The search index is not available
me2em Protocol API Reference - v0.1.0-alpha.1
me2em Protocol API Reference
UseCreateIdentityResult
Interface UseCreateIdentityResult
interface
UseCreateIdentityResult
{
status
:
IdentityFlowStatus
;
seedWords
:
null
|
string
[]
;
identity
:
any
;
error
:
null
|
string
;
generate
:
(
(
opts
?:
{
strength
?:
any
;
}
)
=>
void
)
;
confirmWords
:
(
(
)
=>
Promise
<
void
>
)
;
reset
:
(
(
)
=>
void
)
;
fail
:
(
(
message
:
string
)
=>
void
)
;
}
Index
Properties
status
seed
Words
identity
error
generate
confirm
Words
reset
fail
Properties
status
status
:
IdentityFlowStatus
seed
Words
seed
Words
:
null
|
string
[]
identity
identity
:
any
error
error
:
null
|
string
generate
generate
:
(
(
opts
?:
{
strength
?:
any
;
}
)
=>
void
)
confirm
Words
confirm
Words
:
(
(
)
=>
Promise
<
void
>
)
reset
reset
:
(
(
)
=>
void
)
fail
fail
:
(
(
message
:
string
)
=>
void
)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
status
seed
Words
identity
error
generate
confirm
Words
reset
fail
me2em Protocol API Reference - v0.1.0-alpha.1
Loading...