Preparing search index...
The search index is not available
@kynesyslabs/demosdk
@kynesyslabs/demosdk
l2ps
channel
IncomingMessagePayload
Interface IncomingMessagePayload
Incoming payload the messaging peer hands to an onMessage handler.
interface
IncomingMessagePayload
{
encrypted
:
l2ps
.
channel
.
SerializedEncryptedMessage
;
from
:
string
;
messageHash
:
string
;
offline
?:
boolean
;
}
Index
Properties
encrypted
from
message
Hash
offline?
Properties
encrypted
encrypted
:
l2ps
.
channel
.
SerializedEncryptedMessage
from
from
:
string
message
Hash
message
Hash
:
string
Optional
offline
offline
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
encrypted
from
message
Hash
offline
@kynesyslabs/demosdk
Loading...
Incoming payload the messaging peer hands to an onMessage handler.