Skip to content

X402Fetch

X402Fetch = (input, init?) => Promise<Response>

Defined in: src/x402/fetch.ts:47

Function shape matching the WHATWG fetch global.

Parameters

input

string | URL | Request

init?

RequestInit

Returns

Promise<Response>