UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

13 lines (12 loc) 299 B
export type fileInfoType = { data: { fileSizeInBytes: string; cid: string; encryption: boolean; fileName: string; mimeType: string; txHash: string; }; }; declare const _default: (cid: string) => Promise<fileInfoType>; export default _default;