UNPKG

@ledgerhq/coin-stacks

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