Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
instantMessaging
RegisteredResponse
Interface RegisteredResponse
Base protocol frame
interface
RegisteredResponse
{
payload
:
{
l2psUid
:
string
;
onlinePeers
:
string
[]
;
publicKey
:
string
;
success
:
boolean
;
}
;
requestId
?:
string
;
timestamp
:
number
;
type
:
"registered"
;
}
Hierarchy (
view full
)
ProtocolFrame
<
"registered"
>
RegisteredResponse
Index
Properties
payload
request
Id?
timestamp
type
Properties
payload
payload
:
{
l2psUid
:
string
;
onlinePeers
:
string
[]
;
publicKey
:
string
;
success
:
boolean
;
}
Optional
request
Id
request
Id
?:
string
Request correlation ID for request/response flows
timestamp
timestamp
:
number
type
type
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
payload
request
Id
timestamp
type
@kynesyslabs/demosdk
Loading...
Base protocol frame