Check if this event meets a specific difficulty target
bool checkPoWDifficulty(int targetDifficulty) { return Nip13.checkDifficulty(id, targetDifficulty); }