Merge pull request #1341 from waku-org/feat/meta

This commit is contained in:
fryorcraken.eth 2023-05-10 22:47:17 +10:00 committed by GitHub
commit 5557f52d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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> {