Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface HttpProviderAgent
import { type HttpProviderAgent } from "https://deno.land/x/web3@v0.11.1/packages/web3-providers-http/types/index.d.ts";

Properties

optional
baseUrl: string
optional
http: http.Agent
optional
https: https.Agent