Publishes an IPNS record.
Future<void> publishIPNS(String cid, {required String keyName}) async { if (!_started) throw StateError('Node not started'); await _ipns.publish(cid, keyName: keyName); }