Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/packages/web3-eth2-core/src/index.ts>ETH2Core

Deno / TypeScript to Ethereum Connector
Latest
class ETH2Core
import { ETH2Core } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth2-core/src/index.ts";

Constructors

new
ETH2Core(
provider: string,
schema: BaseAPISchema,
opts?: ETH2BaseOpts,
)

Index Signatures

[key: string]: ETH2Function | any

Properties

private
_httpClient: AxiosInstance | undefined
name: string
protectProvider: boolean
provider: string | undefined

Methods

private
routeBuilder(rawUrl: string, parameters: { [key: string]: string; }): string
setProvider(provider: string)