UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

8 lines (7 loc) 194 B
export type createWalletResponse = { data: { encryptedWallet: string; }; }; declare const _default: (password: string) => Promise<createWalletResponse>; export default _default;