NIP-65: Relay list metada (#238)
This commit is contained in:
@ -41,6 +41,7 @@ export type RawReqFilter = {
|
||||
"#p"?: u256[];
|
||||
"#t"?: string[];
|
||||
"#d"?: string[];
|
||||
"#r"?: string[];
|
||||
search?: string;
|
||||
since?: number;
|
||||
until?: number;
|
||||
@ -68,3 +69,8 @@ export type UserMetadata = {
|
||||
export enum Lists {
|
||||
Muted = "mute",
|
||||
}
|
||||
|
||||
export interface RelaySettings {
|
||||
url: string;
|
||||
settings: { read: boolean; write: boolean };
|
||||
}
|
||||
|
Reference in New Issue
Block a user