Documentation
Preparing search index...
@waku/sdk
IDecodedMessage
Interface IDecodedMessage
interface
IDecodedMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
|
boolean
;
hash
:
Uint8Array
;
hashStr
:
string
;
meta
:
undefined
|
Uint8Array
<
ArrayBufferLike
>
;
payload
:
Uint8Array
;
pubsubTopic
:
string
;
rateLimitProof
:
undefined
|
IRateLimitProof
;
timestamp
:
undefined
|
Date
;
version
:
number
;
}
Hierarchy (
View Summary
)
IDecodedMessage
IRlnMessage
IEncryptedMessage
ITopicOnlyMessage
Implemented by
DecodedMessage
Index
Properties
content
Topic
ephemeral
hash
hash
Str
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
Properties
content
Topic
contentTopic
:
string
ephemeral
ephemeral
:
undefined
|
boolean
hash
hash
:
Uint8Array
hash
Str
hashStr
:
string
meta
meta
:
undefined
|
Uint8Array
<
ArrayBufferLike
>
payload
payload
:
Uint8Array
pubsub
Topic
pubsubTopic
:
string
rate
Limit
Proof
rateLimitProof
:
undefined
|
IRateLimitProof
timestamp
timestamp
:
undefined
|
Date
version
version
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
Topic
ephemeral
hash
hash
Str
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
Documentation
Loading...