mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
feat: expose meta on IDecodedMessage
Decoders are expected to expose this field in their return type. Somehow missed in previous PRs.
This commit is contained in:
parent
af927933a9
commit
5724bb2b21
@ -65,6 +65,7 @@ export interface IDecodedMessage {
|
||||
timestamp: Date | undefined;
|
||||
rateLimitProof: IRateLimitProof | undefined;
|
||||
ephemeral: boolean | undefined;
|
||||
meta: Uint8Array | undefined;
|
||||
}
|
||||
|
||||
export interface IDecoder<T extends IDecodedMessage> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user