Preparing search index...
The search index is not available
Documentation
Documentation
@waku/message-encryption
DecodedMessage
Class DecodedMessage
Hierarchy
DecodedMessage
DecodedMessage
Implements
IDecodedMessage
Index
Constructors
constructor
Properties
_decoded
Payload
proto
pub
Sub
Topic
signature?
signature
Public
Key?
Accessors
_raw
Timestamp
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Constructors
constructor
new
Decoded
Message
(
pubSubTopic
,
proto
,
decodedPayload
,
signature
?
,
signaturePublicKey
?
)
:
DecodedMessage
Parameters
pubSubTopic
:
string
proto
:
message
.
version_0
.
proto
.
WakuMessage
decodedPayload
:
Uint8Array
Optional
signature
:
Uint8Array
Optional
signaturePublicKey
:
Uint8Array
Returns
DecodedMessage
Properties
Private
Readonly
_decoded
Payload
_decoded
Payload
:
Uint8Array
Protected
proto
proto
:
message
.
version_0
.
proto
.
WakuMessage
pub
Sub
Topic
pub
Sub
Topic
:
string
Optional
signature
signature
?:
Uint8Array
Optional
signature
Public
Key
signature
Public
Key
?:
Uint8Array
Accessors
_raw
Timestamp
get
_rawTimestamp
(
)
:
undefined
|
bigint
Returns
undefined
|
bigint
content
Topic
get
contentTopic
(
)
:
string
Returns
string
ephemeral
get
ephemeral
(
)
:
boolean
Returns
boolean
meta
get
meta
(
)
:
undefined
|
Uint8Array
Returns
undefined
|
Uint8Array
payload
get
payload
(
)
:
Uint8Array
Returns
Uint8Array
rate
Limit
Proof
get
rateLimitProof
(
)
:
undefined
|
IRateLimitProof
Returns
undefined
|
IRateLimitProof
timestamp
get
timestamp
(
)
:
undefined
|
Date
Returns
undefined
|
Date
version
get
version
(
)
:
number
Returns
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_decoded
Payload
proto
pub
Sub
Topic
signature
signature
Public
Key
_raw
Timestamp
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Documentation
@waku/interfaces - v0.0.18
@waku/utils - v0.0.11
@waku/proto - v0.0.5
@waku/enr - v0.0.17
@waku/core - v0.0.23
@waku/relay - v0.0.6
@waku/message-hash - v0.1.7
@waku/peer-exchange - v0.0.16
@waku/dns-discovery - v0.0.17
@waku/message-encryption - v0.0.21
@waku/sdk - v0.0.19
Generated using
TypeDoc