UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

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