UNPKG

@ledgerhq/coin-elrond

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