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

Constructors

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

Properties

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

Methods

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