UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

10 lines (9 loc) 284 B
export type shareResponse = { data: { cid: string; shareTo: string | string[]; status: string; }; }; declare const _default: (publicKey: string, shareTo: string[], cid: string, signedMessage: string) => Promise<shareResponse>; export default _default;