documentation
This commit is contained in:
parent
e9c8fccc9f
commit
d41ec9811c
|
@ -18,7 +18,7 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us
|
|||
"kind": 22222,
|
||||
"pubkey": "<some_ephemeral_key>", // Not important to me
|
||||
"content": "<nip44_encrypted_payload>", // This is what I need
|
||||
"tags": [["p", "<my_pubkey>"]],
|
||||
"tags": [["p", "<my_pubkey>"]], // This is directed to me
|
||||
"created_at": <timestamp>,
|
||||
"id": "<event_id>",
|
||||
"sig": "<signature>"
|
||||
|
@ -41,8 +41,8 @@ I am a Thrower - an anonymizing node that provides location privacy for Nostr us
|
|||
{
|
||||
"event": { /* Final event or inner wrapped event */ },
|
||||
"routing": { /* My routing instructions from builder */
|
||||
"relays": ["wss://relay1.com", "wss://relay2.com"],
|
||||
"delay": 30,
|
||||
"relays": ["wss://relay1.com", "wss://relay2.com"], // Throw to these relays
|
||||
"delay": 30, // Wait 30 seconds
|
||||
"p": "next_thrower_pubkey", // Optional - missing means final posting
|
||||
"audit": "audit_tag", // Required audit tag
|
||||
"payment": "eCash_token", // Optional
|
||||
|
|
Loading…
Reference in New Issue