From 3cf2e8aadf225e0d3d76d824f322e3a7c74cd83c Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 8 Jan 2019 15:46:00 -0500 Subject: [PATCH] add stream hash --- documents/glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documents/glossary.md b/documents/glossary.md index 34d17a1..5255c99 100644 --- a/documents/glossary.md +++ b/documents/glossary.md @@ -322,6 +322,10 @@ Streaming media is multimedia that is constantly received by and presented to an The initial blob of a stream, which contains encryption information as well as points to other blobs required for a stream. +### Stream Hash + +A unique hash for a [[Stream]]. It is the sha384 hash of the file. + ### Support (Claim Support) A support is a wallet send transaction that includes claim information, which results in adding to a claim's effective amount. A tip is a special type of support that is sent from one wallet to another, so that the receiver can send it to their own wallet.