UseFetchWithPaymentOptions
type UseFetchWithPaymentOptions = { maxValue?: bigint; parseAs?: "json" | "text" | "raw"; paymentRequirementsSelector?: ( paymentRequirements: Array<RequestedPaymentRequirements>, ) => RequestedPaymentRequirements | undefined;};type maxValue = bigint;type parseAs = "json" | "text" | "raw";Storage for caching permit signatures (for "upto" scheme). When provided, permit signatures will be cached and reused if the on-chain allowance is sufficient.