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