UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

9 lines (8 loc) 207 B
export type generateKeyResponse = { data: { ipnsName: string; ipnsId: string; }; }; declare const _default: (apiKey: string) => Promise<generateKeyResponse>; export default _default;