Update protospec.md

This commit is contained in:
André Staltz 2023-11-09 11:04:24 +02:00 committed by GitHub
parent 53d8c44da8
commit 9356b9b3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ JSON
```typescript
interface Msg {
data: any | null // any object, or null
data: Record<string, any> | 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<string> | null // list of blake3 hashes of account tangle tips, or null