from Wire
fun fromWire(id: String, publicKey: String, createdAt: Long, kind: Int, tags: List<List<String>>, content: String, signature: String): SignedNostrEvent
Verify fields decoded by a platform JSON library in one Rust call.
Raw tag arrays must be passed without converting them to typed application tags first.