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
pubsub
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
pubsub
Topic
pubsub
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
pubsub
Topic
signature
signature
Public
Key
_raw
Timestamp
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Documentation
@waku/interfaces - v0.0.19
@waku/utils - v0.0.12
@waku/proto - v0.0.5
@waku/enr - v0.0.18
@waku/core - v0.0.24
@waku/relay - v0.0.7
@waku/message-hash - v0.1.8
@waku/peer-exchange - v0.0.17
@waku/dns-discovery - v0.0.18
@waku/message-encryption - v0.0.22
@waku/sdk - v0.0.20
@waku/browser-tests
Generated using
TypeDoc