UNPKG

@ledgerhq/coin-cardano

Version:
6 lines 267 B
/** * Code reference taken from src/families/ethereum/postSyncPatch.ts */ import { CardanoAccount } from "./types"; export declare const postSyncPatch: (initial: CardanoAccount, synced: CardanoAccount) => CardanoAccount; //# sourceMappingURL=postSyncPatch.d.ts.map