@ledgerhq/coin-stacks
Version:
Ledger Stacks Coin integration
5 lines • 391 B
TypeScript
import { GetAccountShape } from "@ledgerhq/coin-framework/bridge/jsHelpers";
import { Account } from "@ledgerhq/types-live";
export declare const getAccountShape: GetAccountShape;
export declare const sync: (initialAccount: Account, syncConfig: import("@ledgerhq/types-live").SyncConfig) => import("rxjs").Observable<(arg0: Account) => Account>;
//# sourceMappingURL=synchronization.d.ts.map