@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
13 lines • 406 B
TypeScript
import { AccountLike } from "@ledgerhq/types-live";
type Props = {
fromCurrencyAccount: AccountLike | undefined;
additionalCoinsFlag?: boolean;
};
export declare function useFetchCurrencyTo({ fromCurrencyAccount }: Props): {
data: string[] | undefined;
isLoading: boolean;
error: Error | undefined;
refetch: () => void;
};
export {};
//# sourceMappingURL=useFetchCurrencyTo.d.ts.map