UNPKG

@ledgerhq/coin-multiversx

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