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

GethDetails

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

Options for the Geth execution client. See Command-line Options for more details.

interface GethDetails {
garbageCollectionMode?: "GARBAGE_COLLECTION_MODE_UNSPECIFIED" | "FULL" | "ARCHIVE";
}

§Properties

§
garbageCollectionMode?: "GARBAGE_COLLECTION_MODE_UNSPECIFIED" | "FULL" | "ARCHIVE"
[src]

Immutable. Blockchain garbage collection mode.