UNPKG

o3-dapi-ont

Version:
8 lines 199 B
interface NameInput { network: string; scriptHash: string; tokenId: string; } export declare function name(data: NameInput): Promise<string>; export {}; //# sourceMappingURL=name.d.ts.map