UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 185 B
export type authMessageResponse = { data: { message: string; }; }; declare const _default: (publicKey: string) => Promise<authMessageResponse>; export default _default;