UNPKG

vid-sdk

Version:

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

3 lines (2 loc) 181 B
import { ProviderRpcClient } from "everscale-inpage-provider"; export declare function lookupNames(provider: ProviderRpcClient, address: string, limit?: number): Promise<string[]>;