@ledgerhq/coin-multiversx
Version:
Ledger MultiversX Coin integration
5 lines • 442 B
TypeScript
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