Documentation
Preparing search index...
@waku/react
IEncryptedMessage
Interface IEncryptedMessage
interface
IEncryptedMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
|
boolean
;
hash
:
Uint8Array
;
hashStr
:
string
;
meta
:
undefined
|
Uint8Array
<
ArrayBufferLike
>
;
payload
:
Uint8Array
;
pubsubTopic
:
string
;
rateLimitProof
:
undefined
|
IRateLimitProof
;
signature
?:
Uint8Array
<
ArrayBufferLike
>
;
signaturePublicKey
?:
Uint8Array
<
ArrayBufferLike
>
;
timestamp
:
undefined
|
Date
;
version
:
number
;
verifySignature
(
publicKey
:
Uint8Array
)
:
boolean
;
}
Hierarchy (
View Summary
)
IDecodedMessage
IEncryptedMessage
Index
Properties
content
Topic
ephemeral
hash
hash
Str
meta
payload
pubsub
Topic
rate
Limit
Proof
signature?
signature
Public
Key?
timestamp
version
Methods
verify
Signature
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
Optional
signature
signature
?:
Uint8Array
<
ArrayBufferLike
>
Optional
signature
Public
Key
signaturePublicKey
?:
Uint8Array
<
ArrayBufferLike
>
timestamp
timestamp
:
undefined
|
Date
version
version
:
number
Methods
verify
Signature
verifySignature
(
publicKey
:
Uint8Array
)
:
boolean
Parameters
publicKey
:
Uint8Array
Returns
boolean
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
signature
signature
Public
Key
timestamp
version
Methods
verify
Signature
Documentation
Loading...