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

EndpointInfo

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

Contains endpoint information through which to interact with a blockchain node.

interface EndpointInfo {
readonly jsonRpcApiEndpoint?: string;
readonly websocketsApiEndpoint?: string;
}

§Properties

§
readonly jsonRpcApiEndpoint?: string
[src]

Output only. The assigned URL for the node JSON-RPC API endpoint.

§
readonly websocketsApiEndpoint?: string
[src]

Output only. The assigned URL for the node WebSockets API endpoint.