@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 339 B
TypeScript
import { BitcoinAccount } from "@ledgerhq/coin-bitcoin/types";
import { Account, AccountLike } from "@ledgerhq/types-live";
export declare function isBitcoinBasedAccount(account: Account | AccountLike): account is BitcoinAccount;
export declare function isBitcoinAccount(account: Account): boolean;
//# sourceMappingURL=typeGuards.d.ts.map