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
;
version
:
number
;
}
Hierarchy (
view full
)
IDecodedMessage
IRlnMessage
IEncryptedMessage
ITopicOnlyMessage
Implemented by
Index
Properties
content
Topic
ephemeral
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
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
version
version
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
ephemeral
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
Documentation
Loading...