@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 483 B
TypeScript
import { AccountDataItem, AccountModuleParams, CreateAccountsCountAndApy, NetworkWithCount } from "../utils/type";
import { CryptoOrTokenCurrency } from "@ledgerhq/types-cryptoassets";
export declare function useLeftAccountsApyModule(params: AccountModuleParams, useAccountData: (params: AccountModuleParams) => AccountDataItem[], accountsCountAndApy: CreateAccountsCountAndApy, networks: CryptoOrTokenCurrency[]): NetworkWithCount[];
//# sourceMappingURL=useLeftAccountsApy.d.ts.map