Batch load requests

This commit is contained in:
Jon Staab
2025-03-31 15:52:43 -07:00
parent d0eca0d1b8
commit db588495e3
3 changed files with 55 additions and 19 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ import {
isUnwrappedEvent,
isSignedEvent,
} from "@welshman/util"
import {MultiPublish, PublishStatus, PublishEvent} from "@welshman/net"
import {MultiPublish, AdapterContext, PublishStatus, PublishEvent} from "@welshman/net"
import {repository, tracker} from "./core.js"
import {pubkey, getSession, getSigner} from "./session.js"
@@ -26,7 +26,7 @@ export type ThunkRequest = {
event: ThunkEvent
relays: string[]
delay?: number
context?: AdapterContext,
context?: AdapterContext
}
export type ThunkStatus = {