UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

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