We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0871d8a commit 7891bdfCopy full SHA for 7891bdf
packages/topic/src/message.ts
@@ -6,6 +6,7 @@ export interface TopicMessage<Payload = Uint8Array> {
6
seqNo: bigint;
7
offset?: bigint;
8
payload: Payload;
9
+ uncompressedSize?: bigint;
10
11
createdAt?: Date;
12
writtenAt?: Date;
0 commit comments