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

5 lines (4 loc) 226 B
export { isPositiveInteger } from './number'; export { checkSignParams } from './checkSignParams'; export { getTransactionContractType } from './getTransactionContractType'; export { default as httpProxy } from './httpProxy';