@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
16 lines (14 loc) • 326 B
text/typescript
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';