feat: add basic relay management in rust
This commit is contained in:
7
packages/types/index.d.ts
vendored
7
packages/types/index.d.ts
vendored
@@ -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