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

ConnectionInfo

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

The connection information through which to interact with a blockchain node.

interface ConnectionInfo {
readonly endpointInfo?: EndpointInfo;
readonly serviceAttachment?: string;
}

§Properties

§
readonly endpointInfo?: EndpointInfo
[src]

Output only. The endpoint information through which to interact with a blockchain node.

§
readonly serviceAttachment?: string
[src]

Output only. A service attachment that exposes a node, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}