UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

9 lines (8 loc) 232 B
export type publishRecordResponse = { data: { Name: string; Value: string; }; }; declare const _default: (cid: string, key: string, apiKey: string) => Promise<publishRecordResponse>; export default _default;