UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

6 lines (5 loc) 164 B
export type getAccessConditionResponse = { data: any; }; declare const _default: (cid: string) => Promise<getAccessConditionResponse>; export default _default;