Documentation
Preparing search index...
@waku/react
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
<
ArrayBufferLike
>
;
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
contentTopic
:
string
ephemeral
ephemeral
:
undefined
|
boolean
meta
meta
:
undefined
|
Uint8Array
<
ArrayBufferLike
>
payload
payload
:
Uint8Array
rate
Limit
Proof
rateLimitProof
:
undefined
|
IRateLimitProof
timestamp
timestamp
:
undefined
|
bigint
version
version
:
undefined
|
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
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