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