@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
10 lines • 409 B
TypeScript
import { Account } from "@ledgerhq/types-live";
export declare function getTotalStakeableAssets(accounts: Account[] | null | undefined, stakingCurrenciesEnabled: string[], partnerStakingCurrenciesEnabled: string[]): {
combinedIds: Set<string>;
stakeableAssets: {
ticker: string;
networkName: string;
id: string;
}[];
};
//# sourceMappingURL=getTotalStakeableAssets.d.ts.map