Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
IMessage
Interface IMessage
Interface for messages to encode and send.
interface
IMessage
{
payload
:
Uint8Array
;
rateLimitProof
?:
IRateLimitProof
;
timestamp
?:
Date
;
}
Index
Properties
payload
rate
Limit
Proof?
timestamp?
Properties
payload
payload
:
Uint8Array
Optional
rate
Limit
Proof
rate
Limit
Proof
?:
IRateLimitProof
Optional
timestamp
timestamp
?:
Date
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
payload
rate
Limit
Proof
timestamp
Documentation
Loading...
Generated using
TypeDoc
Interface for messages to encode and send.