UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

9 lines (8 loc) 202 B
export type balanceResponse = { data: { dataLimit: number; dataUsed: number; }; }; declare const _default: (apiKey: string) => Promise<balanceResponse>; export default _default;