feat: add basic relay management in rust
This commit is contained in:
Vendored
+7
@@ -165,3 +165,10 @@ export interface NIP05 {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface Relays {
|
||||
connected: string[];
|
||||
read: string[];
|
||||
write: string[];
|
||||
both: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user