UNPKG

vid-sdk

Version:

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

3 lines (2 loc) 212 B
import { ProviderRpcClient } from "everscale-inpage-provider"; export declare function getRecord(provider: ProviderRpcClient, path: string, key: number): Promise<"" | "no record found for this key" | undefined>;