Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.4.2
Shogun SDK Documentation v1.1.4
SignUpResult
Interface SignUpResult
Sign up result interface
interface
SignUpResult
{
error
?:
string
;
isNewUser
?:
boolean
;
message
?:
string
;
pub
?:
string
;
success
:
boolean
;
username
?:
string
;
userPub
?:
string
;
wallet
?:
any
;
}
Index
Properties
error?
is
New
User?
message?
pub?
success
username?
user
Pub?
wallet?
Properties
Optional
error
error
?:
string
Optional
is
New
User
isNewUser
?:
boolean
Optional
message
message
?:
string
Optional
pub
pub
?:
string
success
success
:
boolean
Optional
username
username
?:
string
Optional
user
Pub
userPub
?:
string
Optional
wallet
wallet
?:
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
is
New
User
message
pub
success
username
user
Pub
wallet
Shogun SDK Documentation v1.1.4 - v1.4.2
Loading...
Sign up result interface