UNPKG

@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

7 lines 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LedgerSigner = void 0; class LedgerSigner { } exports.LedgerSigner = LedgerSigner; //# sourceMappingURL=LedgerSigner.js.map