UNPKG

@ledgerhq/coin-tron

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