UNPKG

b402-axios

Version:

Axios interceptor for automatic crypto payments on BSC

4 lines 248 B
import { AxiosInstance } from 'axios'; import { Wallet } from 'ethers'; export declare function withPaymentInterceptor(client: AxiosInstance, wallet: Wallet, network?: 'mainnet' | 'testnet'): AxiosInstance; //# sourceMappingURL=interceptor.d.ts.map