UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

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