most simple relay pool.

This commit is contained in:
fiatjaf
2023-02-08 08:17:12 -03:00
parent 9082953ede
commit cc8e34163d
5 changed files with 60 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ export * from './keys'
export * from './relay'
export * from './event'
export * from './filter'
export * from './pool'
export * as nip04 from './nip04'
export * as nip05 from './nip05'