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