Preparing search index...
The search index is not available
Documentation
Documentation
@waku/sdk
IRlnMessage
Interface IRlnMessage
interface
IRlnMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
|
boolean
;
epoch
:
undefined
|
number
;
meta
:
undefined
|
Uint8Array
;
payload
:
Uint8Array
;
pubsubTopic
:
string
;
rateLimitProof
:
undefined
|
IRateLimitProof
;
timestamp
:
undefined
|
Date
;
version
:
number
;
verify
(
roots
)
:
undefined
|
boolean
;
verifyNoRoot
(
)
:
undefined
|
boolean
;
}
Hierarchy (
view full
)
IDecodedMessage
IRlnMessage
Index
Properties
content
Topic
ephemeral
epoch
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
Methods
verify
verify
No
Root
Properties
content
Topic
content
Topic
:
string
ephemeral
ephemeral
:
undefined
|
boolean
epoch
epoch
:
undefined
|
number
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
Methods
verify
verify
(
roots
)
:
undefined
|
boolean
Parameters
roots
:
Uint8Array
[]
Returns
undefined
|
boolean
verify
No
Root
verify
No
Root
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
ephemeral
epoch
meta
payload
pubsub
Topic
rate
Limit
Proof
timestamp
version
verify
verify
No
Root
Documentation
Loading...