Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EthereumEndpoints

import type { EthereumEndpoints } from "https://googleapis.deno.dev/v1/blockchainnodeengine:v1.ts";

Contains endpoint information specific to Ethereum nodes.

interface EthereumEndpoints {
readonly beaconApiEndpoint?: string;
readonly beaconPrometheusMetricsApiEndpoint?: string;
readonly executionClientPrometheusMetricsApiEndpoint?: string;
}

§Properties

§
readonly beaconApiEndpoint?: string
[src]

Output only. The assigned URL for the node's Beacon API endpoint.

§
readonly beaconPrometheusMetricsApiEndpoint?: string
[src]

Output only. The assigned URL for the node's Beacon Prometheus metrics endpoint. See Prometheus Metrics for more details.

§
readonly executionClientPrometheusMetricsApiEndpoint?: string
[src]

Output only. The assigned URL for the node's execution client's Prometheus metrics endpoint.