@ledgerhq/coin-ton
Version:
5 lines • 400 B
TypeScript
import { GetAccountShape } from "@ledgerhq/coin-framework/bridge/jsHelpers";
import { Account } from "@ledgerhq/types-live";
export declare const getAccountShape: GetAccountShape<Account>;
export declare const sync: (initialAccount: Account, syncConfig: import("@ledgerhq/types-live").SyncConfig) => import("rxjs").Observable<(arg0: Account) => Account>;
//# sourceMappingURL=synchronisation.d.ts.map