UNPKG

@machinomy/hdwallet-provider

Version:

HD Wallet-enabled Web3 provider

9 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildTransaction = void 0; const ethereumjs_tx_1 = require("ethereumjs-tx"); function buildTransaction(rawTx, networkId) { return new ethereumjs_tx_1.Transaction(rawTx, { chain: networkId, hardfork: 'spuriousDragon' }); } exports.buildTransaction = buildTransaction; //# sourceMappingURL=transaction.util.js.map