feat: NIP-51

This commit is contained in:
Alejandro Gomez
2023-01-26 12:34:18 +01:00
parent 83df146716
commit cfbf244955
21 changed files with 314 additions and 35 deletions

View File

@ -35,6 +35,7 @@ export type RawReqFilter = {
"#e"?: u256[],
"#p"?: u256[],
"#t"?: string[],
"#d"?: string[],
since?: number,
until?: number,
limit?: number
@ -53,4 +54,4 @@ export type UserMetadata = {
nip05?: string,
lud06?: string,
lud16?: string
}
}