UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

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