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