@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
4 lines • 314 B
TypeScript
import type { Account, AccountLike } from "@ledgerhq/types-live";
export { getReceiveFlowError, checkAccountSupported, } from "@ledgerhq/coin-framework/account/support";
export declare function canSend(account: AccountLike, parentAccount: Account | null | undefined): boolean;
//# sourceMappingURL=support.d.ts.map