ingest Json
suspend fun ingestJson(eventJsons: List<String>, receivedAt: Long = account.nowSeconds()): IncomingResult
Parse, authenticate, unwrap, and commit at most 150 event JSON values / 512 KiB. No raw Nostr value enters product code. A fresh wrapper for a relay-ingested rumor still returns its authenticated logical change so Android can deduplicate notification presentation by stable product ID.