We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
meta
IDecodedMessage
1 parent af92793 commit 5724bb2Copy full SHA for 5724bb2
packages/interfaces/src/message.ts
@@ -65,6 +65,7 @@ export interface IDecodedMessage {
65
timestamp: Date | undefined;
66
rateLimitProof: IRateLimitProof | undefined;
67
ephemeral: boolean | undefined;
68
+ meta: Uint8Array | undefined;
69
}
70
71
export interface IDecoder<T extends IDecodedMessage> {
0 commit comments