Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class ConfiguredCustomResolver
Re-export
import { ConfiguredCustomResolver } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/resolver/index.ts";

Constructors

new
ConfiguredCustomResolver(resolverFunction: (address: string) => string)

Properties

private
readonly
_resolverFunction: (address: string) => string

Methods

resolve(seedRouter: ServerAddress): Promise<ServerAddress[]>