Nip65.fromMap constructor
Nip65.fromMap(
- String pubKey,
- Map<
String, ReadWriteMarker> map
Implementation
Nip65.fromMap(this.pubKey, Map<String, ReadWriteMarker> map) {
relays = map;
}