UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 197 B
export type apiKeyResponse = { data: { apiKey: string; }; }; declare const _default: (publicKey: string, signedMessage: string) => Promise<apiKeyResponse>; export default _default;