does this relay support given nip
bool supportsNip(int nip) { return info != null && info!.nips.contains(nip); }