Nip65 constructor
Nip65({
- required String pubKey,
- required Map<
String, ReadWriteMarker> relays, - required int createdAt,
creates a new Nip65 instance
Implementation
Nip65({
required this.pubKey,
required this.relays,
required this.createdAt,
});