Preparing search index...
The search index is not available
Documentation
Documentation
@waku/core
DecodedMessage
Class DecodedMessage
Hierarchy
DecodedMessage
Implements
IDecodedMessage
Index
Constructors
constructor
Properties
proto
pubsub
Topic
Accessors
_raw
Timestamp
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Constructors
constructor
new
Decoded
Message
(
pubsubTopic
,
proto
)
:
DecodedMessage
Parameters
pubsubTopic
:
string
proto
:
message
.
version_0
.
proto
.
WakuMessage
Returns
DecodedMessage
Properties
Protected
proto
proto
:
message
.
version_0
.
proto
.
WakuMessage
pubsub
Topic
pubsub
Topic
:
string
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
proto
pubsub
Topic
_raw
Timestamp
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Documentation
Loading...