@ledgerhq/coin-tron
Version:
Ledger Tron Coin integration
5 lines • 408 B
TypeScript
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