From 9356b9b3d9f3c1e275467089d26d7d35fef36e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Staltz?= Date: Thu, 9 Nov 2023 11:04:24 +0200 Subject: [PATCH] Update protospec.md --- protospec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protospec.md b/protospec.md index ede72e7..09318d8 100644 --- a/protospec.md +++ b/protospec.md @@ -20,7 +20,7 @@ JSON ```typescript interface Msg { - data: any | null // any object, or null + data: Record | string | null // a plaintext object, or ciphertext string, or null metadata: { account: string | 'self' | 'any' // blake3 hash of an account tangle root msg, or the string 'self', or 'any' accountTips: Array | null // list of blake3 hashes of account tangle tips, or null