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