Skip to main content

Interface: CreateSignerProxyRouteDeps

Defined in: packages/nextjs/src/routes.ts:85

Properties

apiKey?

optional apiKey?: string
Defined in: packages/nextjs/src/routes.ts:89 Defaults to BUCKSPAY_FACILITATOR_API_KEY (server env). SERVER-SIDE ONLY.

facilitatorUrl?

optional facilitatorUrl?: string
Defined in: packages/nextjs/src/routes.ts:87 Defaults to BUCKSPAY_FACILITATOR_URL (server env).

fetchImpl?

optional fetchImpl?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }
Defined in: packages/nextjs/src/routes.ts:90

Call Signature

(input, init?): Promise<Response>
MDN Reference
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>

Call Signature

(input, init?): Promise<Response>
MDN Reference
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>