@tronlink/core
Version:
The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing
5 lines • 342 B
JavaScript
export { BaseWallet, DeviceStatusType } from './base_wallet';
export { EvmWallet, LedgerEthHidStatusChecker, LedgerEthWebHid, LedgerEvmSigner, } from './evm_wallet';
export { LedgerTrxHidStatusChecker, LedgerTrxSigner, LedgerTrxWebHid, TronWallet, } from './tron_wallet';
export { httpProxy } from './utils';
//# sourceMappingURL=index.js.map