Skip to main content
type FetchWithX402ReturnType = {
  fetchWithPayment: ReturnType<typeof wrapFetchWithPayment>;
};
Return type for the fetchWithX402 function.

Properties

PropertyTypeDescription
fetchWithPaymentReturnType<typeof wrapFetchWithPayment>The wrapped fetch function with payment handling.