UNPKG

o3-dapi-ont

Version:
10 lines 222 B
interface InitInput { network: string; } interface InitOutput { txid: string; nodeUrl: string; } export declare function init(data: InitInput): Promise<InitOutput>; export {}; //# sourceMappingURL=init.d.ts.map