UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

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