UNPKG

o3-dapi-ont

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