UNPKG

o3-dapi-ont

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