UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

20 lines (19 loc) 443 B
type metadata = { pieceCid: string; fileName: string; payloadCid: string; mimeType: string; userName: string; createdAt: number; carSize: number; lastUpdate: number; fileStatus: string; fileSize: number; id: string; pieceSize: number; }; export type response = { data: [metadata]; }; declare const _default: (pageNo: number, authToken: string) => Promise<response>; export default _default;