Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
ITopicOnlyMessage
Interface ITopicOnlyMessage
interface
ITopicOnlyMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
;
meta
:
undefined
;
payload
:
Uint8Array
;
pubsubTopic
:
string
;
rateLimitProof
:
undefined
;
timestamp
:
undefined
;
version
:
number
;
}
Hierarchy (
view full
)
IDecodedMessage
ITopicOnlyMessage
Index
Properties
content
Topic
ephemeral
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
Properties
content
Topic
content
Topic
:
string
ephemeral
ephemeral
:
undefined
meta
meta
:
undefined
payload
payload
:
Uint8Array
pubsub
Topic
pubsub
Topic
:
string
rate
Limit
Proof
rate
Limit
Proof
:
undefined
timestamp
timestamp
:
undefined
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...