Documentation
Preparing search index...
@waku/react
DecodedMessage
Class DecodedMessage
Implements
IDecodedMessage
Index
Constructors
constructor
Properties
pubsub
Topic
Accessors
content
Topic
ephemeral
hash
hash
Str
meta
payload
rate
Limit
Proof
timestamp
version
Constructors
constructor
new
DecodedMessage
(
pubsubTopic
:
string
,
proto
:
waku
.
message
.
version_0
.
proto
.
WakuMessage
,
)
:
DecodedMessage
Parameters
pubsubTopic
:
string
proto
:
waku
.
message
.
version_0
.
proto
.
WakuMessage
Returns
DecodedMessage
Properties
pubsub
Topic
pubsubTopic
:
string
Accessors
content
Topic
get
contentTopic
()
:
string
Returns
string
ephemeral
get
ephemeral
()
:
boolean
Returns
boolean
hash
get
hash
()
:
Uint8Array
Returns
Uint8Array
hash
Str
get
hashStr
()
:
string
Returns
string
meta
get
meta
()
:
undefined
|
Uint8Array
<
ArrayBufferLike
>
Returns
undefined
|
Uint8Array
<
ArrayBufferLike
>
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
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pubsub
Topic
Accessors
content
Topic
ephemeral
hash
hash
Str
meta
payload
rate
Limit
Proof
timestamp
version
Documentation
Loading...