@ledgerhq/coin-canton
Version:
6 lines • 426 B
TypeScript
import type { Account, AccountRaw } from "@ledgerhq/types-live";
import { type CantonAccount } from "../types";
export declare function isCantonAccount(account: Account): account is CantonAccount;
export declare function assignToAccountRaw(account: Account, accountRaw: AccountRaw): void;
export declare function assignFromAccountRaw(accountRaw: AccountRaw, account: Account): void;
//# sourceMappingURL=serialization.d.ts.map