@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 307 B
TypeScript
import { AccountLike } from "@ledgerhq/types-live";
export declare const usePickDefaultAccount: (accounts: (AccountLike & {
disabled?: boolean;
})[], fromAccount: AccountLike | null | undefined, setFromAccount: (account: AccountLike) => void) => void;
//# sourceMappingURL=usePickDefaultAccount.d.ts.map