From 49328e0e1e5249106dbda5709ad6103435e21b6d Mon Sep 17 00:00:00 2001 From: Fernando Bittencourt Date: Thu, 28 Mar 2024 13:51:39 +0000 Subject: [PATCH] added reference to NIP-94 --- 95.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/95.md b/95.md index bdb9615..f491c9b 100644 --- a/95.md +++ b/95.md @@ -29,21 +29,7 @@ This event must not be returned in generic searches. It should only be returned } ``` -Another defined event is the `1065` which is used as a header for the data contained in an event 1064. This way the data can be disclosed without overloading the communications when sending a large amount of data. - -```json -{ - "id": <32-bytes lowercase hex-encoded sha256 of the the serialized event data>, - "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, - "created_at": , - "kind": 1065, - "tags": [ - ["e",], - ], - "content": , - "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> -} -```` +The file description is defined by [NIP-94](https://github.com/nostr-protocol/nips/blob/master/94.md) Relay Behavior ---------------