@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
3 lines • 402 B
TypeScript
import { AccountModuleParams, NetworkWithCount, NetworkConfigurationOptions } from "../utils/type";
export declare function useLeftAccountsApyModule(params: AccountModuleParams, { useAccountData, accountsCountAndApy, ApyIndicator, }: Pick<NetworkConfigurationOptions, "useAccountData" | "accountsCountAndApy" | "ApyIndicator">): Array<NetworkWithCount>;
//# sourceMappingURL=useLeftAccountsApy.d.ts.map