> For the complete documentation index, see [llms.txt](https://blocknote-js.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blocknote-js.gitbook.io/doc/blocknote/data-streaming/payload-definition.md).

# Payload definition

## Streaming payload

<table><thead><tr><th width="136">Name</th><th>Description</th></tr></thead><tbody><tr><td>title</td><td>The content's title.<br>If the title was encrypted, contains an object with the iv, the tag and the encrypted data (the title)</td></tr><tr><td>mime</td><td>The stream's mime type</td></tr><tr><td>addid</td><td>The receiver is a child address of the sender (HD address).<br>This is the address id.</td></tr><tr><td>accid</td><td>The receiver is a child address of the sender (HD address).<br>This is the account id.</td></tr><tr><td>compression</td><td>The name of the compression algorithm.</td></tr><tr><td>salt</td><td>The salt used for encryption when it is password-based.</td></tr><tr><td>iv</td><td>The IV of the encryption, if used.</td></tr></tbody></table>
