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

ListBlockchainNodesResponse

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

Message for response to listing blockchain nodes.

interface ListBlockchainNodesResponse {
blockchainNodes?: BlockchainNode[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
blockchainNodes?: BlockchainNode[]
[src]

The list of nodes

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.

§
unreachable?: string[]
[src]

Locations that could not be reached.