@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
6 lines • 457 B
TypeScript
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