mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-04-18 20:13:12 +00:00
Merge pull request #1341 from waku-org/feat/meta
This commit is contained in:
commit
5557f52d42
@ -65,6 +65,7 @@ export interface IDecodedMessage {
|
|||||||
timestamp: Date | undefined;
|
timestamp: Date | undefined;
|
||||||
rateLimitProof: IRateLimitProof | undefined;
|
rateLimitProof: IRateLimitProof | undefined;
|
||||||
ephemeral: boolean | undefined;
|
ephemeral: boolean | undefined;
|
||||||
|
meta: Uint8Array | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IDecoder<T extends IDecodedMessage> {
|
export interface IDecoder<T extends IDecodedMessage> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user