@ledgerhq/coin-mina
Version:
7 lines • 713 B
TypeScript
import type { GetAccountShape } from "@ledgerhq/coin-framework/bridge/jsHelpers";
import { MinaAccount, MinaOperation } from "../types/common";
import { RosettaTransaction } from "../api/rosetta/types";
export declare const mapRosettaTxnToOperation: (accountId: string, address: string, txn: RosettaTransaction) => Promise<MinaOperation[]>;
export declare const getAccountShape: GetAccountShape<MinaAccount>;
export declare const sync: (initialAccount: import("@ledgerhq/types-live").Account, syncConfig: import("@ledgerhq/types-live").SyncConfig) => import("rxjs").Observable<(arg0: import("@ledgerhq/types-live").Account) => import("@ledgerhq/types-live").Account>;
//# sourceMappingURL=synchronisation.d.ts.map