Decode nevent and return Nevent object
static Nevent decodeNevent(String neventStr) { return Nip19Decoder.decodeNevent(neventStr); }