UNPKG

@ledgerhq/coin-algorand

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