Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IProtoMessage
Interface IProtoMessage
Interface matching the protobuf library. Field types matches the protobuf type over the wire
interface
IProtoMessage
{
contentTopic
:
string
;
ephemeral
:
undefined
|
boolean
;
meta
:
undefined
|
Uint8Array
;
payload
:
Uint8Array
;
rateLimitProof
:
undefined
|
IRateLimitProof
;
timestamp
:
undefined
|
bigint
;
version
:
undefined
|
number
;
}
Index
Properties
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Properties
content
Topic
content
Topic
:
string
ephemeral
ephemeral
:
undefined
|
boolean
meta
meta
:
undefined
|
Uint8Array
payload
payload
:
Uint8Array
rate
Limit
Proof
rate
Limit
Proof
:
undefined
|
IRateLimitProof
timestamp
timestamp
:
undefined
|
bigint
version
version
:
undefined
|
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
content
Topic
ephemeral
meta
payload
rate
Limit
Proof
timestamp
version
Documentation
Loading...
Interface matching the protobuf library. Field types matches the protobuf type over the wire