blossom test.

This commit is contained in:
fiatjaf
2025-06-04 21:45:43 -03:00
parent 861a77e2b3
commit a2b1bf0338
3 changed files with 74 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import { NIP05_REGEX } from './nip05.ts'
import { SimplePool } from './pool.ts'
import { Handlerinformation, NostrConnect } from './kinds.ts'
import type { RelayRecord } from './relay.ts'
import { Signer } from './signer.ts'
var _fetch: any
@@ -82,7 +83,7 @@ export type BunkerSignerParams = {
onauth?: (url: string) => void
}
export class BunkerSigner {
export class BunkerSigner implements Signer {
private params: BunkerSignerParams
private pool: AbstractSimplePool
private subCloser: SubCloser | undefined