Interface: CreateSignerProxyRouteDeps
Defined in: packages/nextjs/src/routes.ts:85Properties
apiKey?
Defined in: packages/nextjs/src/routes.ts:89 Defaults to BUCKSPAY_FACILITATOR_API_KEY (server env). SERVER-SIDE ONLY.optionalapiKey?:string
facilitatorUrl?
Defined in: packages/nextjs/src/routes.ts:87 Defaults to BUCKSPAY_FACILITATOR_URL (server env).optionalfacilitatorUrl?:string
fetchImpl?
Defined in: packages/nextjs/src/routes.ts:90optionalfetchImpl?: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Call Signature
(MDN Referenceinput,init?):Promise<Response>
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
Call Signature
(MDN Referenceinput,init?):Promise<Response>
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>
