kernel-ipfs-client/dist/index.d.ts

7 lines
514 B
TypeScript
Raw Normal View History

2022-08-05 13:35:28 +00:00
import type { DataFn } from "libskynet";
export declare function refreshGatewayList(): Promise<any>;
2022-08-05 13:51:18 +00:00
export declare function fetchIpfs(hash: string, path: string | undefined, receiveUpdate: DataFn): Promise<any>;
export declare function statIpfs(hash: string, path?: string): Promise<any>;
export declare function fetchIpns(hash: string, path: string | undefined, receiveUpdate: DataFn): Promise<any>;
export declare function statIpns(hash: string, path?: string): Promise<any>;
2022-08-05 13:35:28 +00:00
//# sourceMappingURL=index.d.ts.map