Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IDecodedMessage
Interface IDecodedMessage
interface
IDecodedMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
|
boolean
;
meta
:
undefined
|
Uint8Array
;
payload
:
Uint8Array
;
pubsubTopic
:
string
;
rateLimitProof
:
undefined
|
IRateLimitProof
;
timestamp
:
undefined
|
Date
;
}
Implemented by
Index
Properties
content
Topic
ephemeral
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
Properties
content
Topic
content
Topic
:
string
ephemeral
ephemeral
:
undefined
|
boolean
meta
meta
:
undefined
|
Uint8Array
payload
payload
:
Uint8Array
pubsub
Topic
pubsub
Topic
:
string
rate
Limit
Proof
rate
Limit
Proof
:
undefined
|
IRateLimitProof
timestamp
timestamp
:
undefined
|
Date
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
ephemeral
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
Documentation
Loading...