UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 238 B
export type fetchEncryptionKeyResponse = { data: { key: string | null; }; }; declare const _default: (cid: string, publicKey: string, signedMessage: string) => Promise<fetchEncryptionKeyResponse>; export default _default;