UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

12 lines (11 loc) 257 B
type ipnsObject = { Name: string; Id: string; }; export type removeRecordResponse = { data: { Keys: ipnsObject[]; }; }; declare const _default: (key: string, apiKey: string) => Promise<removeRecordResponse>; export default _default;