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

11 lines 264 B
export default { baseURL: '/', timeout: 30000, mode: 'cors', credentials: 'include', headers: { 'Content-Type': 'application/x-www-form-urlencoded', Accept: 'application/json', }, }; //# sourceMappingURL=defaultOption.js.map