UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

13 lines (12 loc) 283 B
type ipnsObject = { ipnsName: string; ipnsId: string; publicKey: string; cid: string; lastUpdate: number; }; export type keyDataResponse = { data: ipnsObject[]; }; declare const _default: (apiKey: string) => Promise<keyDataResponse>; export default _default;