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