UNPKG

vid-sdk

Version:

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

4 lines (3 loc) 226 B
import { ProviderRpcClient } from "everscale-inpage-provider"; import { BaseNftJson } from "../types"; export declare function getAllNames(provider: ProviderRpcClient, address: string, limit?: number): Promise<BaseNftJson[]>;