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