UNPKG

vid-sdk

Version:

This sdk provides access to venom id domains built on top of the venom blockchain

3 lines (2 loc) 174 B
import { ProviderRpcClient } from "everscale-inpage-provider"; export declare function lookupAddress(provider: ProviderRpcClient, path: string): Promise<string | undefined>;