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