{"_id":"@ethereumjs/tx","_rev":"4617846","name":"@ethereumjs/tx","description":"Implementation of the various Ethereum Transaction Types","dist-tags":{"alpha":"6.0.0-alpha.1","beta":"4.0.0-beta.3","latest":"10.1.1","nightly":"10.1.1-nightly.2","rc":"10.0.0-rc.1"},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"time":{"modified":"2026-04-10T18:16:41.000Z","created":"2020-10-22T09:13:13.744Z","10.1.1":"2026-01-28T13:37:29.661Z","10.1.1-nightly.2":"2026-01-19T12:37:54.332Z","10.1.1-nightly.1":"2025-12-04T10:55:17.235Z","10.1.0":"2025-11-06T17:20:35.850Z","10.0.0":"2025-04-29T08:55:03.309Z","10.0.0-rc.1":"2025-03-24T16:49:21.698Z","6.0.0-alpha.1":"2024-10-17T09:21:07.786Z","5.4.0":"2024-08-15T11:01:23.492Z","5.3.0":"2024-03-18T12:34:55.930Z","5.2.1":"2024-02-08T17:13:25.021Z","5.2.0":"2024-02-08T16:05:22.005Z","5.1.0":"2023-11-02T08:51:44.251Z","5.0.0":"2023-08-09T11:39:30.582Z","5.0.0-rc.1":"2023-07-17T14:26:30.641Z","4.2.0":"2023-06-20T11:00:50.525Z","4.1.2":"2023-04-24T08:16:43.415Z","4.1.1":"2023-02-27T14:11:54.622Z","4.1.0":"2023-02-24T09:46:32.147Z","4.0.2":"2022-12-15T16:08:15.771Z","4.0.1":"2022-10-19T09:59:58.102Z","4.0.0":"2022-09-06T10:35:48.409Z","4.0.0-rc.1":"2022-08-26T12:56:45.153Z","4.0.0-beta.3":"2022-08-11T15:40:14.114Z","4.0.0-beta.2":"2022-07-17T16:26:40.102Z","4.0.0-beta.1":"2022-06-30T10:10:13.960Z","3.5.2":"2022-06-03T09:57:17.001Z","3.5.1":"2022-03-23T12:31:19.370Z","3.5.0":"2022-02-01T09:18:37.870Z","3.4.0":"2021-11-09T08:30:48.790Z","3.3.2":"2021-09-29T23:32:37.152Z","3.3.1":"2021-09-27T10:11:06.676Z","3.3.0":"2021-07-08T09:45:40.154Z","3.2.1":"2021-06-11T07:46:07.841Z","3.2.0":"2021-05-27T07:45:39.754Z","3.1.4":"2021-04-23T06:58:52.220Z","3.1.3":"2021-04-10T07:35:27.794Z","3.1.2":"2021-04-01T18:48:44.851Z","3.1.1":"2021-03-23T20:28:42.124Z","3.1.0":"2021-03-23T15:35:45.540Z","3.0.2":"2021-02-16T08:08:08.153Z","3.0.1":"2021-01-20T09:51:23.268Z","3.0.0":"2020-11-25T09:17:01.369Z","3.0.0-rc.1":"2020-11-19T09:42:42.701Z","3.0.0-beta.2":"2020-11-12T08:23:28.878Z","3.0.0-beta.1":"2020-10-22T09:13:13.744Z"},"users":{},"author":{"name":"mjbecze","email":"mb@ethdev.com"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"versions":{"10.1.1":{"name":"@ethereumjs/tx","version":"10.1.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run -c ../../config/vitest.config.coverage.mts --exclude='./test/transactionRunner.spec.ts' --exclude='./test/t9n.spec.ts'","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npm run test:node:api && npm run test:node:tx","test:node:api":"npx vitest run -c ../../config/vitest.config.mts --exclude='./test/transactionRunner.spec.ts'","test:node:tx":"npm run test:node:tx:new && npm run test:node:tx:old && npm run test:node:tx:ancient","test:node:tx:new":"FORKS='Prague Cancun Shanghai Paris' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:old":"FORKS='London+3860 London Berlin Istanbul Byzantium' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:ancient":"FORKS='ConstantinopleFix Constantinople EIP150 EIP158 Frontier Homestead' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.1.1","@ethereumjs/rlp":"^10.1.1","@ethereumjs/util":"^10.1.1","@noble/curves":"^2.0.1","@noble/hashes":"^2.0.1"},"devDependencies":{"@ethereumjs/testdata":"1.0.0","@paulmillr/trusted-setups":"^0.2.0","@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","kzg-wasm":"1.0.0","micro-eth-signer":"^0.15.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=20"},"gitHead":"dbbd61e07023ec8c867dd6c279c6990d43064ed9","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/tx@10.1.1","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"42015a2406185b7f464d167d06470812c0ae2774","size":149262,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.1.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.1.1_1769607449426_0.17100684165847602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-28T13:37:29.661Z","publish_time":1769607449661,"_source_registry_name":"default","_cnpm_publish_time":1769607449661},"10.1.1-nightly.2":{"name":"@ethereumjs/tx","version":"10.1.1-nightly.2","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run -c ../../config/vitest.config.coverage.mts --exclude='./test/transactionRunner.spec.ts' --exclude='./test/t9n.spec.ts'","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npm run test:node:api && npm run test:node:tx","test:node:api":"npx vitest run -c ../../config/vitest.config.mts --exclude='./test/transactionRunner.spec.ts'","test:node:tx":"npm run test:node:tx:new && npm run test:node:tx:old && npm run test:node:tx:ancient","test:node:tx:new":"FORKS='Prague Cancun Shanghai Paris' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:old":"FORKS='London+3860 London Berlin Istanbul Byzantium' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:ancient":"FORKS='ConstantinopleFix Constantinople EIP150 EIP158 Frontier Homestead' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.1.1-nightly.2","@ethereumjs/rlp":"^10.1.1-nightly.2","@ethereumjs/util":"^10.1.1-nightly.2","@noble/curves":"^2.0.1","@noble/hashes":"^2.0.1"},"devDependencies":{"@ethereumjs/testdata":"10.1.1-nightly.2","@paulmillr/trusted-setups":"^0.2.0","@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","kzg-wasm":"1.0.0","micro-eth-signer":"^0.15.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=20"},"readmeFilename":"README.md","gitHead":"91962440788d070d446f7c32154340d47d7fdc27","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/tx@10.1.1-nightly.2","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"6903b7471e849c96b15b8d3782f2974a8bef8d27","size":149276,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.1.1-nightly.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.1.1-nightly.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.1.1-nightly.2_1768826274182_0.5195027755063886"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-19T12:37:54.332Z","publish_time":1768826274332,"_source_registry_name":"default","_cnpm_publish_time":1768826274332},"10.1.1-nightly.1":{"name":"@ethereumjs/tx","version":"10.1.1-nightly.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run -c ../../config/vitest.config.coverage.mts --exclude='./test/transactionRunner.spec.ts' --exclude='./test/t9n.spec.ts'","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npm run test:node:api && npm run test:node:tx","test:node:api":"npx vitest run -c ../../config/vitest.config.mts --exclude='./test/transactionRunner.spec.ts'","test:node:tx":"npm run test:node:tx:new && npm run test:node:tx:old && npm run test:node:tx:ancient","test:node:tx:new":"FORKS='Prague Cancun Shanghai Paris' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:old":"FORKS='London+3860 London Berlin Istanbul Byzantium' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:ancient":"FORKS='ConstantinopleFix Constantinople EIP150 EIP158 Frontier Homestead' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.1.1-nightly.1","@ethereumjs/rlp":"^10.1.1-nightly.1","@ethereumjs/util":"^10.1.1-nightly.1","@noble/curves":"^2.0.1","@noble/hashes":"^2.0.1"},"devDependencies":{"@ethereumjs/testdata":"10.1.1-nightly.1","@paulmillr/trusted-setups":"^0.2.0","@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","kzg-wasm":"1.0.0","micro-eth-signer":"^0.15.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=20"},"readmeFilename":"README.md","gitHead":"1e9e9d68277afe759592bccc08700c3e9ab2fbc8","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/tx@10.1.1-nightly.1","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"937e02549c07820709b0004d62874fb7824cfcf4","size":149043,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.1.1-nightly.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.1.1-nightly.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.1.1-nightly.1_1764845717047_0.3039442770661547"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T10:55:17.235Z","publish_time":1764845717235,"_source_registry_name":"default","_cnpm_publish_time":1764845717235},"10.1.0":{"name":"@ethereumjs/tx","version":"10.1.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run -c ../../config/vitest.config.coverage.mts --exclude='./test/transactionRunner.spec.ts' --exclude='./test/t9n.spec.ts'","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npm run test:node:api && npm run test:node:tx","test:node:api":"npx vitest run -c ../../config/vitest.config.mts --exclude='./test/transactionRunner.spec.ts'","test:node:tx":"npm run test:node:tx:new && npm run test:node:tx:old && npm run test:node:tx:ancient","test:node:tx:new":"FORKS='Prague Cancun Shanghai Paris' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:old":"FORKS='London+3860 London Berlin Istanbul Byzantium' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","test:node:tx:ancient":"FORKS='ConstantinopleFix Constantinople EIP150 EIP158 Frontier Homestead' npx vitest run -c ../../config/vitest.config.mts ./test/transactionRunner.spec.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.1.0","@ethereumjs/rlp":"^10.1.0","@ethereumjs/util":"^10.1.0","ethereum-cryptography":"^3.2.0"},"devDependencies":{"@ethereumjs/testdata":"1.0.0","@paulmillr/trusted-setups":"^0.2.0","@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","kzg-wasm":"1.0.0","micro-eth-signer":"^0.15.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=18"},"gitHead":"7d5c1304a74002d3ad646cd2f7685b3f320e9a74","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/tx@10.1.0","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"90b568f7a1a8c02a20b2531dbc0375be38dff573","size":140726,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.1.0_1762449635583_0.07015153887359271"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-06T17:20:35.850Z","publish_time":1762449635850,"_source_registry_name":"default","_cnpm_publish_time":1762449635850},"10.0.0":{"name":"@ethereumjs/tx","version":"10.0.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.0.0","@ethereumjs/rlp":"^10.0.0","@ethereumjs/util":"^10.0.0","ethereum-cryptography":"^3.2.0"},"devDependencies":{"@ethereumjs/testdata":"1.0.0","@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","@paulmillr/trusted-setups":"^0.1.2","micro-eth-signer":"^0.14.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@10.0.0","gitHead":"9e461f54312bf20c710b43ab73f7d3ad753f8765","types":"./dist/cjs/index.d.ts","_nodeVersion":"23.10.0","_npmVersion":"11.2.0","dist":{"shasum":"100ee3cf4cb7342cabeb4f0ec41f4ccadf50df26","size":129654,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.0.0_1745916903118_0.6128109002687541"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T08:55:03.309Z","publish_time":1745916903309,"_source_registry_name":"default","_cnpm_publish_time":1745916903309},"10.0.0-rc.1":{"name":"@ethereumjs/tx","version":"10.0.0-rc.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^10.0.0-rc.1","@ethereumjs/rlp":"^10.0.0-rc.1","@ethereumjs/util":"^10.0.0-rc.1","ethereum-cryptography":"^3.1.0"},"devDependencies":{"@types/minimist":"^1.2.5","@types/node-dir":"^0.0.37","@paulmillr/trusted-setups":"^0.1.2","micro-eth-signer":"^0.14.0","minimist":"^1.2.8","node-dir":"^0.1.17","yargs":"^17.7.2"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@10.0.0-rc.1","readmeFilename":"README.md","gitHead":"5672c104a2f236d1459533facaf2741dcda3ee14","types":"./dist/cjs/index.d.ts","_nodeVersion":"23.10.0","_npmVersion":"10.9.2","dist":{"shasum":"c011c828f8889f3b751ffb9d41f913a6cbe35125","size":130834,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-10.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-10.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tx_10.0.0-rc.1_1742834961515_0.39348942944330534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-24T16:49:21.698Z","publish_time":1742834961698,"_source_registry_name":"default","_cnpm_publish_time":1742834961698},"6.0.0-alpha.1":{"name":"@ethereumjs/tx","version":"6.0.0-alpha.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^5.0.0-alpha.1","@ethereumjs/rlp":"^6.0.0-alpha.1","@ethereumjs/util":"^10.0.0-alpha.1","ethereum-cryptography":"^3.0.0"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","@paulmillr/trusted-setups":"^0.1.2","micro-eth-signer":"^0.11.0","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@6.0.0-alpha.1","readmeFilename":"README.md","gitHead":"fb36fc6da231ac7ff9d8dc4f03b3020a3f990cbd","types":"./dist/cjs/index.d.ts","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"shasum":"13dbccf9237161bb129d6797b534983de5591f91","size":127048,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-6.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-6.0.0-alpha.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_6.0.0-alpha.1_1729156867558_0.5183795758955818"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T09:21:07.786Z","publish_time":1729156867786,"_source_registry_name":"default","_cnpm_publish_time":1729156867786},"5.4.0":{"name":"@ethereumjs/tx","version":"5.4.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.4.0","@ethereumjs/rlp":"^5.0.2","@ethereumjs/util":"^9.1.0","ethereum-cryptography":"^2.2.1"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","kzg-wasm":"^0.4.0","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@5.4.0","gitHead":"ea5ad3a5bc22b76b70b86780df1815175c86ffa6","types":"./dist/cjs/index.d.ts","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"shasum":"6f47894cc3e2d4e63d87c62b41ed7e8180a1de58","size":116605,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.4.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.4.0_1723719683263_0.8015689824546148"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-15T11:01:23.492Z","publish_time":1723719683492,"_source_registry_name":"default","_cnpm_publish_time":1723719683492},"5.3.0":{"name":"@ethereumjs/tx","version":"5.3.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.3.0","@ethereumjs/rlp":"^5.0.2","@ethereumjs/util":"^9.0.3","ethereum-cryptography":"^2.1.3"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","kzg-wasm":"^0.3.1","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@5.3.0","gitHead":"dfe53ccafbcdccc13b8a05e2a7a75c93d9f108f7","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"473f351729ef4e30eaa3a3fb5aaccd4405a7ee41","size":107228,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.3.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.3.0_1710765295727_0.3000906632860485"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-18T12:34:55.930Z","publish_time":1710765295930,"_source_registry_name":"default","_cnpm_publish_time":1710765295930},"5.2.1":{"name":"@ethereumjs/tx","version":"5.2.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.2.0","@ethereumjs/rlp":"^5.0.2","@ethereumjs/util":"^9.0.2","ethereum-cryptography":"^2.1.3"},"peerDependencies":{"c-kzg":"^2.1.2"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@5.2.1","gitHead":"ff43fc1908f960429fa55fb5e9eb69ad0ebd37fb","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"c9965374eafebd3421bdd23b4f23f402e9a41037","size":105734,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.2.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.2.1_1707412404808_0.9742590002856246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-08T17:13:25.021Z","publish_time":1707412405021,"_source_registry_name":"default","_cnpm_publish_time":1707412405021},"5.2.0":{"name":"@ethereumjs/tx","version":"5.2.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"tsx ../../scripts/examples-runner.ts -- tx","examples:build":"npx embedme README.md","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.2.0","@ethereumjs/rlp":"^5.0.2","@ethereumjs/util":"^9.0.2","ethereum-cryptography":"^2.1.3"},"peerDependencies":{"c-kzg":"^2.1.2"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@5.2.0","gitHead":"f5801ef4664fd6f8d81cfa3c83a40cdcce37f03b","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"8b38f951076f8a2a63d727c99344ed40af3211e0","size":105731,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.2.0_1707408321829_0.7634407514169594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-08T16:05:22.005Z","publish_time":1707408322005,"_source_registry_name":"default","_cnpm_publish_time":1707408322005},"5.1.0":{"name":"@ethereumjs/tx","version":"5.1.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.1.0","@ethereumjs/rlp":"^5.0.1","@ethereumjs/util":"^9.0.1","ethereum-cryptography":"^2.1.2"},"peerDependencies":{"c-kzg":"^2.1.2"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"_id":"@ethereumjs/tx@5.1.0","gitHead":"c6d8b3998522612ea0f1a6c1c256fe5226c0fddf","types":"./dist/cjs/index.d.ts","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"shasum":"c61a9048ec09fff360b18188224aae90c370e57f","size":104183,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.1.0_1698915104100_0.42387762626119985"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-02T08:51:44.251Z","publish_time":1698915104251,"_source_registry_name":"default","_cnpm_publish_time":1698915104251},"5.0.0":{"name":"@ethereumjs/tx","version":"5.0.0","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^4.0.0","@ethereumjs/rlp":"^5.0.0","@ethereumjs/util":"^9.0.0","ethereum-cryptography":"^2.1.2"},"peerDependencies":{"c-kzg":"^2.1.0"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"types":"./dist/cjs/index.d.ts","gitHead":"c47d2c7351f04f35744de0f2082c37d5f2d2afd0","_id":"@ethereumjs/tx@5.0.0","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"975f25a67ee35bee572ece1f99cd84c45f661eee","size":99364,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.0.0_1691581170301_0.6559797101838147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-09T11:39:30.582Z","publish_time":1691581170582,"_source_registry_name":"default","_cnpm_publish_time":1691581170582},"5.0.0-rc.1":{"name":"@ethereumjs/tx","version":"5.0.0-rc.1","description":"Implementation of the various Ethereum Transaction Types","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"type":"commonjs","main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"}},"scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"npx vitest run --coverage.enabled --coverage.reporter=lcov","docs:build":"typedoc --options typedoc.cjs","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.ts --browser.name=chrome --browser.headless","test:node":"npx vitest run","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"4.0.0-rc.1","@ethereumjs/rlp":"5.0.0-rc.1","@ethereumjs/util":"9.0.0-rc.1","ethereum-cryptography":"^2.1.2"},"peerDependencies":{"c-kzg":"^2.1.0"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=18"},"types":"./dist/cjs/index.d.ts","readmeFilename":"README.md","gitHead":"66c98f386e4a7807978e3e8f0c19608d10849896","_id":"@ethereumjs/tx@5.0.0-rc.1","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"14a05c530fd924c5e68a4f4b6656cdba381e76eb","size":94559,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-5.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-5.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_5.0.0-rc.1_1689603990382_0.5012187782016428"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-17T14:26:30.641Z","publish_time":1689603990641,"_source_registry_name":"default","_cnpm_publish_time":1689603990641},"4.2.0":{"name":"@ethereumjs/tx","version":"4.2.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^3.2.0","@ethereumjs/rlp":"^4.0.1","@ethereumjs/util":"^8.1.0","ethereum-cryptography":"^2.0.0"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16","testdouble":"^3.17.2"},"engines":{"node":">=14"},"gitHead":"850860614ee1324863acdb2d3ff4255b8dab4553","_id":"@ethereumjs/tx@4.2.0","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"5988ae15daf5a3b3c815493bc6b495e76009e853","size":51995,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.2.0_1687258850353_0.18359475148388094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-20T11:00:50.525Z","publish_time":1687258850525,"_source_registry_name":"default","_cnpm_publish_time":1687258850525},"4.1.2":{"name":"@ethereumjs/tx","version":"4.1.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@chainsafe/ssz":"^0.11.1","@ethereumjs/common":"^3.1.2","@ethereumjs/rlp":"^4.0.1","@ethereumjs/util":"^8.0.6","ethereum-cryptography":"^2.0.0"},"peerDependencies":{"c-kzg":"^1.0.8"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16","testdouble":"^3.17.2"},"engines":{"node":">=14"},"gitHead":"49c2d93b94e70887d4fafff123eec19ef6a35fec","_id":"@ethereumjs/tx@4.1.2","_nodeVersion":"18.14.2","_npmVersion":"9.5.0","dist":{"shasum":"10bc6741b74d2404331b82b87f9b2c26177b6f90","size":69884,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.1.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.1.2_1682324203238_0.8219821728726897"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-04-24T08:16:43.415Z","publish_time":1682324203415,"_cnpm_publish_time":1682324203415},"4.1.1":{"name":"@ethereumjs/tx","version":"4.1.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@chainsafe/ssz":"0.9.4","@ethereumjs/common":"^3.1.1","@ethereumjs/rlp":"^4.0.1","@ethereumjs/util":"^8.0.5","ethereum-cryptography":"^1.1.2","@ethersproject/providers":"^5.7.2"},"peerDependencies":{"c-kzg":"^1.0.8"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"gitHead":"295e5a3caa69c226e8f8edfad4ea72a843bc0b4f","_id":"@ethereumjs/tx@4.1.1","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"shasum":"d1b5bf2c4fd3618f2f333b66e262848530d4686a","size":68724,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.1.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.1.1_1677507114442_0.434078235087185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-27T14:11:54.622Z","publish_time":1677507114622,"_cnpm_publish_time":1677507114622},"4.1.0":{"name":"@ethereumjs/tx","version":"4.1.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh && mkdir -p dist/kzg && cp ./src/kzg/* ./dist/kzg","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@chainsafe/ssz":"^0.9.2","@ethereumjs/common":"^3.1.0","@ethereumjs/rlp":"^4.0.1","@ethereumjs/util":"^8.0.4","ethereum-cryptography":"^1.1.2","@ethersproject/providers":"^5.7.2"},"peerDependencies":{"c-kzg":"^1.0.8"},"peerDependenciesMeta":{"c-kzg":{"optional":true}},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"gitHead":"47c293da1f849f05000e7e70061d62d571ff3920","_id":"@ethereumjs/tx@4.1.0","_nodeVersion":"18.13.0","_npmVersion":"8.19.3","dist":{"shasum":"02357c4f307b988abe7870126241c140c7ecc375","size":68973,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.1.0_1677231991955_0.4843317606334423"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-24T09:46:32.147Z","publish_time":1677231992147,"_cnpm_publish_time":1677231992147},"4.0.2":{"name":"@ethereumjs/tx","version":"4.0.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^3.0.2","@ethereumjs/rlp":"^4.0.0","@ethereumjs/util":"^8.0.3","ethereum-cryptography":"^1.1.2","ethers":"^5.7.1"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"gitHead":"696b36fe9091cd67f3e0a70bc696e41bd16e57a2","_id":"@ethereumjs/tx@4.0.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"082b0f95fe9a61c70277ee1bfeb65d6f27a723bb","size":49043,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.2_1671120495622_0.7283779683906462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-15T16:21:05.340Z","publish_time":1671120495771,"_cnpm_publish_time":1671120495771},"4.0.1":{"name":"@ethereumjs/tx","version":"4.0.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser && npm run test:txTests","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register -- 'test/**/*.spec.ts'","test:txTests":"tape -r ts-node/register ./test/transactionRunner.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^3.0.1","@ethereumjs/rlp":"^4.0.0","@ethereumjs/util":"^8.0.0","ethereum-cryptography":"^1.1.2","ethers":"^5.7.1"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"gitHead":"ac16d71783dcc0a582245384c05433a40c3f654c","_id":"@ethereumjs/tx@4.0.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"bb8333e883952b61c40dbc7a3335d99cc5f1c2e4","size":49042,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.1_1666173597878_0.9325245973160972"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-19T10:16:54.215Z","publish_time":1666173598102,"_cnpm_publish_time":1666173598102},"4.0.0":{"name":"@ethereumjs/tx","version":"4.0.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register ./test/index.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"^3.0.0","@ethereumjs/rlp":"^4.0.0","@ethereumjs/util":"^8.0.0","ethereum-cryptography":"^1.1.2"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"gitHead":"1e0de28380e5e73e92be47895f6c79ffc90392c4","_id":"@ethereumjs/tx@4.0.0","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"da284dd1d3407d910a055da99dc0d1c917097a8c","size":46959,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.0_1662460548156_0.05891481140561061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-06T11:38:48.094Z","publish_time":1662460548409,"_cnpm_publish_time":1662460548409},"4.0.0-rc.1":{"name":"@ethereumjs/tx","version":"4.0.0-rc.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register ./test/index.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"3.0.0-rc.1","@ethereumjs/rlp":"4.0.0-rc.1","@ethereumjs/util":"8.0.0-rc.1","ethereum-cryptography":"^1.1.2"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node-dir":"^0.0.34","minimist":"^1.2.0","node-dir":"^0.1.16"},"engines":{"node":">=14"},"readmeFilename":"README.md","gitHead":"9bfb0749bb3d6c828ebca56f2fb44c135a92f6de","_id":"@ethereumjs/tx@4.0.0-rc.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"36da2c9c69fb7dea92ed667c7f893909da138f47","size":46388,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.0-rc.1_1661518604926_0.7340446832949044"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T12:56:56.234Z","publish_time":1661518605153,"_cnpm_publish_time":1661518605153},"4.0.0-beta.3":{"name":"@ethereumjs/tx","version":"4.0.0-beta.3","description":"A simple module for creating, manipulating and signing Ethereum transactions","keywords":["ethereum","transactions"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx","lint":"../../config/cli/lint.sh","lint:diff":"../../config/cli/lint-diff.sh","lint:fix":"../../config/cli/lint-fix.sh","prepublishOnly":"../../config/cli/prepublish.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:browser":"karma start karma.conf.js","test:node":"tape -r ts-node/register ./test/index.ts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/common":"3.0.0-beta.3","@ethereumjs/rlp":"4.0.0-beta.3","@ethereumjs/util":"8.0.0-beta.3","ethereum-cryptography":"^1.1.2"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^8.0.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","tape":"^5.3.1","ts-node":"^10.2.1","typescript":"^4.4.2"},"readmeFilename":"README.md","gitHead":"8c1d34d43119819fcd4da4c44e07b7c2ca1f807b","_id":"@ethereumjs/tx@4.0.0-beta.3","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"0005546910b554a49e14a986453ef28269b2ab86","size":46392,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.0-beta.3.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.0-beta.3_1660232413919_0.4317147638582979"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-11T15:58:26.764Z","publish_time":1660232414114,"_cnpm_publish_time":1660232414114},"4.0.0-beta.2":{"name":"@ethereumjs/tx","version":"4.0.0-beta.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx"},"dependencies":{"@ethereumjs/common":"3.0.0-beta.2","@ethereumjs/util":"8.0.0-beta.2","ethereum-cryptography":"^1.1.2","rlp":"4.0.0-beta.2"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"readmeFilename":"README.md","gitHead":"2dd63b91109188e5b4f5b251f47aae756f7e1841","_id":"@ethereumjs/tx@4.0.0-beta.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"0dce5995c2cb49de1fb67c2a4c1c805bff6c234b","size":46453,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.0-beta.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.0-beta.2_1658075199880_0.27531963590000763"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-17T16:26:45.067Z","publish_time":1658075200102,"_cnpm_publish_time":1658075200102},"4.0.0-beta.1":{"name":"@ethereumjs/tx","version":"4.0.0-beta.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"../../config/cli/ts-build.sh","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx"},"dependencies":{"@ethereumjs/common":"3.0.0-beta.1","@ethereumjs/util":"8.0.0-beta.1","ethereum-cryptography":"^1.0.3","rlp":"4.0.0-beta.1"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"readmeFilename":"README.md","gitHead":"c5260ba9add32f57921380abb32c2c1f9dc21de6","_id":"@ethereumjs/tx@4.0.0-beta.1","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"1ec028383b5eb7e2e8e7742987f635379f265186","size":46142,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-4.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-4.0.0-beta.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_4.0.0-beta.1_1656583813788_0.20855405261072768"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-30T16:03:52.578Z","publish_time":1656583813960,"_cnpm_publish_time":1656583813960},"3.5.2":{"name":"@ethereumjs/tx","version":"3.5.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx"},"dependencies":{"@ethereumjs/common":"^2.6.4","ethereumjs-util":"^7.1.5"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"gitHead":"3e4e7bed681bfa6d1c95abbcc28f6508e828339d","_id":"@ethereumjs/tx@3.5.2","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"shasum":"197b9b6299582ad84f9527ca961466fce2296c1c","size":58406,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.5.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.5.2_1654250236806_0.3797808737627433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T12:49:51.020Z","publish_time":1654250237001,"_cnpm_publish_time":1654250237001},"3.5.1":{"name":"@ethereumjs/tx","version":"3.5.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx"},"dependencies":{"@ethereumjs/common":"^2.6.3","ethereumjs-util":"^7.1.4"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"gitHead":"7330c4ace495903748c606a47a8b993812504db8","_id":"@ethereumjs/tx@3.5.1","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"shasum":"8d941b83a602b4a89949c879615f7ea9a90e6671","size":57971,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.5.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.5.1_1648038679219_0.8919439525829582"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-23T12:31:28.910Z","publish_time":1648038679370,"_cnpm_publish_time":1648038679370},"3.5.0":{"name":"@ethereumjs/tx","version":"3.5.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js","examples":"ts-node ../../scripts/examples-runner.ts -- tx"},"dependencies":{"@ethereumjs/common":"^2.6.1","ethereumjs-util":"^7.1.4"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^16.11.7","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.3","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"gitHead":"06bdad5bc09ba0e364cb1b8b3ff902602d7a91b8","_id":"@ethereumjs/tx@3.5.0","_nodeVersion":"16.13.0","_npmVersion":"8.3.0","dist":{"shasum":"783b0aeb08518b9991b23f5155763bbaf930a037","size":56735,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.5.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.5.0_1643707117732_0.380809587841904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T09:18:45.621Z","publish_time":1643707117870,"_cnpm_publish_time":1643707117870},"3.4.0":{"name":"@ethereumjs/tx","version":"3.4.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","tape":"tape -r ts-node/register","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.6.0","ethereumjs-util":"^7.1.3"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^15.1.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.4.0","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"7eb1947eefa55eb9cf05b3ca116fb7a3dbd0bce7","size":55367,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.4.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.4.0_1636446648608_0.9344869478343789"},"_hasShrinkwrap":false,"publish_time":1636446648790,"_cnpm_publish_time":1636446648790,"_cnpmcore_publish_time":"2021-12-16T10:55:36.046Z"},"3.3.2":{"name":"@ethereumjs/tx","version":"3.3.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.5.0","ethereumjs-util":"^7.1.2"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.3.2","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"348d4624bf248aaab6c44fec2ae67265efe3db00","size":52280,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.3.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.3.2_1632958356913_0.43076829045773146"},"_hasShrinkwrap":false,"publish_time":1632958357152,"_cnpm_publish_time":1632958357152,"_cnpmcore_publish_time":"2021-12-16T10:55:36.384Z"},"3.3.1":{"name":"@ethereumjs/tx","version":"3.3.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"npm run build:node && npm run build:browser","build:node":"../../config/cli/ts-build.sh node","build:browser":"../../config/cli/ts-build.sh browser","prepublishOnly":"../../config/cli/prepublish.sh","clean":"../../config/cli/clean-package.sh","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser":"karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.5.0","ethereumjs-util":"^7.1.1"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.2","eslint":"^6.8.0","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","karma-typescript":"^5.5.1","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^5.3.1","typedoc":"^0.22.4","ts-node":"^10.2.1","typescript":"^4.4.2"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.3.1","_nodeVersion":"14.16.0","_npmVersion":"7.20.5","dist":{"shasum":"83b6b1f9fe8182d6f2a1d7bff8213631629ab8a4","size":52279,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.3.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.3.1_1632737466526_0.3237986916114999"},"_hasShrinkwrap":false,"publish_time":1632737466676,"_cnpm_publish_time":1632737466676,"_cnpmcore_publish_time":"2021-12-16T10:55:36.759Z"},"3.3.0":{"name":"@ethereumjs/tx","version":"3.3.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"../../config/cli/ts-build.sh","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"../../config/cli/coverage.sh","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"../../config/cli/ts-compile.sh","lint":"../../config/cli/lint.sh","lint:fix":"../../config/cli/lint-fix.sh","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.4.0","ethereumjs-util":"^7.1.0"},"devDependencies":{"@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","browserify":"^16.5.1","eslint":"^6.8.0","karma":"^6.3.2","karma-browserify":"^8.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","typedoc":"^0.20.34","typescript":"^3.9.3"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.3.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"14ed1b7fa0f28e1cd61e3ecbdab824205f6a4378","size":59019,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.3.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.3.0_1625737540035_0.8812326255287992"},"_hasShrinkwrap":false,"publish_time":1625737540154,"_cnpm_publish_time":1625737540154,"_cnpmcore_publish_time":"2021-12-16T10:55:37.059Z"},"3.2.1":{"name":"@ethereumjs/tx","version":"3.2.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.3.1","ethereumjs-util":"^7.0.10"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^6.3.2","karma-browserify":"^8.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"^0.20.34","typedoc-plugin-markdown":"^3.6.0","typescript":"^3.9.3"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.2.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"65f5f1c11541764f08377a94ba4b0dcbbd67739e","size":46311,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.2.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.2.1_1623397567731_0.21710070875385834"},"_hasShrinkwrap":false,"publish_time":1623397567841,"_cnpm_publish_time":1623397567841,"_cnpmcore_publish_time":"2021-12-16T10:55:37.373Z"},"3.2.0":{"name":"@ethereumjs/tx","version":"3.2.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.3.0","ethereumjs-util":"^7.0.10"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^6.3.2","karma-browserify":"^8.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"^0.20.34","typedoc-plugin-markdown":"^3.6.0","typescript":"^3.9.3"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.2.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"2a816d5db67eb36059c8dc13f022f64e9b8d7ab9","size":41290,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.2.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.2.0_1622101539546_0.8394617760778162"},"_hasShrinkwrap":false,"publish_time":1622101539754,"_cnpm_publish_time":1622101539754,"_cnpmcore_publish_time":"2021-12-16T10:55:37.653Z"},"3.1.4":{"name":"@ethereumjs/tx","version":"3.1.4","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.2.0","ethereumjs-util":"^7.0.10"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^6.3.2","karma-browserify":"^8.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"^0.20.34","typedoc-plugin-markdown":"^3.6.0","typescript":"^3.9.3"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.1.4","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"04cf9e9406da5f04a1a26c458744641f4b4b8dd0","size":37035,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.1.4.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.1.4_1619161132079_0.3527959533520113"},"_hasShrinkwrap":false,"publish_time":1619161132220,"_cnpm_publish_time":1619161132220,"_cnpmcore_publish_time":"2021-12-16T10:55:37.999Z"},"3.1.3":{"name":"@ethereumjs/tx","version":"3.1.3","description":"A simple module for creating, manipulating and signing Ethereum transactions","license":"MPL-2.0","author":{"name":"mjbecze","email":"mb@ethdev.com"},"keywords":["ethereum","transactions"],"main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"dependencies":{"@ethereumjs/common":"^2.2.0","ethereumjs-util":"^7.0.10"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^6.3.2","karma-browserify":"^8.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"^0.20.34","typedoc-plugin-markdown":"^3.6.0","typescript":"^3.9.3"},"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"_id":"@ethereumjs/tx@3.1.3","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"0e4b0ccec2f12b1f0bbbb0e7542dd79d9ec25d87","size":36735,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.1.3.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.1.3_1618040127615_0.229678006475186"},"_hasShrinkwrap":false,"publish_time":1618040127794,"_cnpm_publish_time":1618040127794,"_cnpmcore_publish_time":"2021-12-16T10:55:38.295Z"},"3.1.2":{"name":"@ethereumjs/tx","version":"3.1.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run clean && npm run build && npm run test","clean":"rm -Rf ./dist && rm -Rf ./dist.browser","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.2.0","ethereumjs-util":"^7.0.10"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.1.2","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"17ac0d69727cd056b9bda62eb0ca695992a263f3","size":35912,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.1.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.1.2_1617302924648_0.9903855494804923"},"_hasShrinkwrap":false,"publish_time":1617302924851,"deprecated":"deprecated in favor of 3.1.3 which fixes a critical EIP-2930 tx constructor bug","_cnpm_publish_time":1617302924851,"_cnpmcore_publish_time":"2021-12-16T10:55:38.591Z"},"3.1.1":{"name":"@ethereumjs/tx","version":"3.1.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run build && npm run test","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.2.0","ethereumjs-util":"^7.0.9"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.1.1","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"e8d6943baa955b2d197d2f6f7864939991b8feb3","size":35791,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.1.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.1.1_1616531321955_0.309218067955612"},"_hasShrinkwrap":false,"publish_time":1616531322124,"deprecated":"deprecated in favor of 3.1.3 which fixes a critical EIP-2930 tx constructor bug","_cnpm_publish_time":1616531322124,"_cnpmcore_publish_time":"2021-12-16T10:55:38.831Z"},"3.1.0":{"name":"@ethereumjs/tx","version":"3.1.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run build && npm run test","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.2.0","ethereumjs-util":"^7.0.9"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.1.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"b430ca04bcbf85914ffe90eff6cf6e6549e33e47","size":40575,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.1.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.1.0_1616513745357_0.7147605238378711"},"_hasShrinkwrap":false,"publish_time":1616513745540,"deprecated":"Broken build path for EIP2930 txs, deprecated in favor of v3.1.1","_cnpm_publish_time":1616513745540,"_cnpmcore_publish_time":"2021-12-16T10:55:39.047Z"},"3.0.2":{"name":"@ethereumjs/tx","version":"3.0.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run build && npm run test","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.0.0","ethereumjs-util":"^7.0.8"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.0.2","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"9cd34226cad25fa6d1d66b620f647f846e649cbb","size":23091,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.2_1613462888023_0.8539214728634026"},"_hasShrinkwrap":false,"publish_time":1613462888153,"_cnpm_publish_time":1613462888153,"_cnpmcore_publish_time":"2021-12-16T10:55:39.302Z"},"3.0.1":{"name":"@ethereumjs/tx","version":"3.0.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run build && npm run test","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.0.0","ethereumjs-util":"^7.0.7"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.16","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.0.1","_nodeVersion":"12.20.0","_npmVersion":"6.14.8","dist":{"shasum":"86667f526bc82eb0fd748a4a942e40a3156505c6","size":23027,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.1_1611136283154_0.5474677292453196"},"_hasShrinkwrap":false,"publish_time":1611136283268,"_cnpm_publish_time":1611136283268,"_cnpmcore_publish_time":"2021-12-16T10:55:39.593Z"},"3.0.0":{"name":"@ethereumjs/tx","version":"3.0.0","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run test && npm run build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"^2.0.0","ethereumjs-util":"^7.0.7"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.17","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.0.0","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"8dfd91ed6e91e63996e37b3ddc340821ebd48c81","size":22777,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.0.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.0_1606295821202_0.3963029809862715"},"_hasShrinkwrap":false,"publish_time":1606295821369,"_cnpm_publish_time":1606295821369,"_cnpmcore_publish_time":"2021-12-16T10:55:39.858Z"},"3.0.0-rc.1":{"name":"@ethereumjs/tx","version":"3.0.0-rc.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run test && npm run build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"2.0.0-rc.1","ethereumjs-util":"^7.0.7"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","node-dir":"^0.1.17","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx#readme","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"}],"_id":"@ethereumjs/tx@3.0.0-rc.1","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"886fc64826cfebc48295183a9aaaf3beae348cd0","size":23974,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.0-rc.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.0-rc.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.0-rc.1_1605778962579_0.4657650212102402"},"_hasShrinkwrap":false,"publish_time":1605778962701,"_cnpm_publish_time":1605778962701,"_cnpmcore_publish_time":"2021-12-16T10:55:40.131Z"},"3.0.0-beta.2":{"name":"@ethereumjs/tx","version":"3.0.0-beta.2","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run test && npm run build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"2.0.0-beta.2","ethereumjs-util":"^7.0.7"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","contributor":"^0.1.25","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.3","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm","contributors":[{"email":"-c-g-","url":"https://github.com/cgewecke"},{"name":"Kirill Fomichev","email":"fanatid@ya.ru","url":"https://github.com/fanatid"},{"name":"Rick Behl","url":"https://github.com/Nexus7"},{"name":"Tim Coulter","email":"tim@timothyjcoulter.com","url":"https://github.com/tcoulter"},{"name":"kumavis","email":"aaron@kumavis.me","url":"https://github.com/kumavis"},{"name":"Jack Peterson","email":"jack@tinybike.net","url":"https://github.com/tinybike"},{"name":"Nick Dodson","url":"https://github.com/SilentCicero"},{"url":"https://github.com/ckeenan"},{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"},{"url":"https://github.com/wanderer"},{"url":"https://github.com/kvhnuke"}],"_id":"@ethereumjs/tx@3.0.0-beta.2","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"8268b1dd6d201603e91ae855fe1e24c1dae0f052","size":24088,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.0-beta.2.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.0-beta.2_1605169408726_0.740354163510416"},"_hasShrinkwrap":false,"publish_time":1605169408878,"_cnpm_publish_time":1605169408878,"_cnpmcore_publish_time":"2021-12-16T10:55:40.370Z"},"3.0.0-beta.1":{"name":"@ethereumjs/tx","version":"3.0.0-beta.1","description":"A simple module for creating, manipulating and signing Ethereum transactions","main":"dist/index.js","types":"dist/index.d.ts","browser":"dist.browser/index.js","scripts":{"build":"ethereumjs-config-ts-build","prepublishOnly":"npm run test && npm run build","coverage":"ethereumjs-config-coverage","docs:build":"typedoc --options typedoc.js","format":"ethereumjs-config-format","format:fix":"ethereumjs-config-format-fix","tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","lint:fix":"ethereumjs-config-lint-fix","test":"npm run test:node && npm run test:browser","test:node":"tape -r ts-node/register ./test/index.ts","test:browser:build":"tsc && cp -r ./test/json test-build/test","test:browser":"npm run test:browser:build && karma start karma.conf.js"},"keywords":["ethereum","transactions"],"author":{"name":"mjbecze","email":"mb@ethdev.com"},"license":"MPL-2.0","dependencies":{"@ethereumjs/common":"2.0.0-beta.1","ethereumjs-util":"^7.0.7"},"devDependencies":{"@ethereumjs/config-coverage":"^2.0.0","@ethereumjs/config-typescript":"^2.0.0","@ethereumjs/eslint-config-defaults":"^2.0.0","@types/bn.js":"^4.11.6","@types/minimist":"^1.2.0","@types/node":"^11.13.4","@types/tape":"^4.13.0","@typescript-eslint/eslint-plugin":"^4.1.1","browserify":"^16.5.1","contributor":"^0.1.25","eslint":"^6.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-implicit-dependencies":"^1.0.4","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.3","istanbul":"^0.4.1","karma":"^5.2.1","karma-browserify":"^7.0.0","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^1.3.0","karma-tap":"^4.2.0","minimist":"^1.2.0","nyc":"^14.0.0","prettier":"^2.0.5","tape":"^4.10.1","ts-node":"^8.8.2","tslint":"^5.16.0","typedoc":"next","typedoc-plugin-markdown":"^2.2.17","typescript":"^3.9.3","typestrict":"^1.0.2"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-vm.git"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"homepage":"https://github.com/ethereumjs/ethereumjs-vm","contributors":[{"email":"-c-g-","url":"https://github.com/cgewecke"},{"name":"Kirill Fomichev","email":"fanatid@ya.ru","url":"https://github.com/fanatid"},{"name":"Rick Behl","url":"https://github.com/Nexus7"},{"name":"Tim Coulter","email":"tim@timothyjcoulter.com","url":"https://github.com/tcoulter"},{"name":"kumavis","email":"aaron@kumavis.me","url":"https://github.com/kumavis"},{"name":"Jack Peterson","email":"jack@tinybike.net","url":"https://github.com/tinybike"},{"name":"Nick Dodson","url":"https://github.com/SilentCicero"},{"url":"https://github.com/ckeenan"},{"name":"Alex Beregszaszi","email":"alex@rtfs.hu","url":"https://github.com/axic"},{"url":"https://github.com/wanderer"},{"url":"https://github.com/kvhnuke"}],"_id":"@ethereumjs/tx@3.0.0-beta.1","_nodeVersion":"12.15.0","_npmVersion":"6.14.4","dist":{"shasum":"56d0701a465a4ce70a10e643801ea6a9e1cf25e7","size":23539,"noattachment":false,"key":"/@ethereumjs/tx/-/@ethereumjs/tx-3.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/tx/download/@ethereumjs/tx-3.0.0-beta.1.tgz"},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tx_3.0.0-beta.1_1603357992927_0.6918253583319987"},"_hasShrinkwrap":false,"publish_time":1603357993744,"_cnpm_publish_time":1603357993744,"_cnpmcore_publish_time":"2021-12-16T10:55:40.657Z"}},"readme":"# @ethereumjs/tx `v10`\n\n[![NPM Package][tx-npm-badge]][tx-npm-link]\n[![GitHub Issues][tx-issues-badge]][tx-issues-link]\n[![Actions Status][tx-actions-badge]][tx-actions-link]\n[![Code Coverage][tx-coverage-badge]][tx-coverage-link]\n[![Discord][discord-badge]][discord-link]\n\n| Implements schema and functions for the different Ethereum transaction types |\n| ---------------------------------------------------------------------------- |\n\n- ???? All tx types up to **Osaka**\n- ???? Tree-shakeable API\n- ???????? Controlled dependency set (1 external + `@Noble` crypto)\n- ???? Unified tx type API\n- ???? New type for **EIP-7702** account abstraction\n- ???? `EIP-7594` PeerDAS Blob Transactions\n- ???? 190KB bundle size (all tx types) (47KB gzipped)\n- ????????‍♂️ WASM-free default + Fully browser ready\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Getting Started](#getting-started)\n- [Chain and Hardfork Support](#chain-and-hardfork-support)\n- [Transaction Types](#transaction-types)\n  - [Gas Fee Market Transactions (EIP-1559)](#gas-fee-market-transactions-eip-1559)\n  - [Access List Transactions (EIP-2930)](#access-list-transactions-eip-2930)\n  - [Blob Transactions (EIP-4844 / EIP-7594)](#blob-transactions-eip-4844--eip-7594)\n  - [EOA Code Transaction (EIP-7702)](#eoa-code-transaction-eip-7702)\n  - [Legacy Transactions](#legacy-transactions)\n- [Transaction Factory](#transaction-factory)\n- [KZG Setup](#kzg-setup)\n- [Sending a Transaction](#sending-a-transaction)\n- [Browser](#browser)\n- [Hardware Wallets](#hardware-wallets)\n- [API](#api)\n- [EthereumJS](#ethereumjs)\n- [License](#license)\n\n## Installation\n\nTo obtain the latest version, simply require the project using `npm`:\n\n```shell\nnpm install @ethereumjs/tx\n```\n\n## Getting Started\n\n### Static Constructor Methods\n\nTo instantiate a tx, it is not recommended to use the constructor directly. Instead each tx type comes with the following set of static constructor methods which help instantiate depending on the input data format:\n\n- `public static fromTxData(txData: TxData, opts: TxOptions = {})`: instantiate from a data dictionary\n- `public static fromSerializedTx(serialized: Uint8Array, opts: TxOptions = {})`: instantiate from a serialized tx\n- `public static fromValuesArray(values: Uint8Array[], opts: TxOptions = {})`: instantiate from a values array\n\nSee one of the code examples on the tx types below on how to use.\n\nAll types of transaction objects are frozen with `Object.freeze()` which gives you enhanced security and consistency properties when working with the instantiated object. This behavior can be modified using the `freeze` option in the constructor if needed.\n\n### WASM Crypto Support\n\nThis library by default uses JavaScript implementations for the basic standard crypto primitives like hashing or signature verification. See `@ethereumjs/common` [README](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common) for instructions on how to replace with e.g. a more performant WASM implementation by using a shared `common` instance.\n\n## Chain and Hardfork Support\n\nTo use a chain other than the default Mainnet chain, or a different hardfork than the default [`@ethereumjs/common`](https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/common) hardfork (`Hardfork.Prague`), provide a `common` object in the constructor of the tx.\n\nBase default HF (determined by `Common`): `Hardfork.Prague`\n\nHardforks adding features and/or tx types:\n\n| Hardfork         | Introduced | Description                                                                                             |\n| ---------------- | ---------- | ------------------------------------------------------------------------------------------------------- |\n| `spuriousDragon` |  `v2.0.0`  |  `EIP-155` replay protection (disable by setting HF pre-`spuriousDragon`)                               |\n| `istanbul`       |  `v2.1.1`  | Support for reduced non-zero call blob gas prices ([EIP-2028](https://eips.ethereum.org/EIPS/eip-2028)) |\n| `muirGlacier`    |  `v2.1.2`  |  -                                                                                                      |\n| `berlin`         | `v3.1.0`   |  `EIP-2718` Typed Transactions, Optional Access Lists Tx Type `EIP-2930`                                |\n| `london`         | `v3.2.0`   | `EIP-1559` Transactions                                                                                 |\n| `cancun`         | `v5.0.0`   | `EIP-4844` Transactions                                                                                 |\n| `prague`         | `v10.0.0`  | `EIP-7702` Transactions                                                                                 |\n\n## Transaction Types\n\n### Table of Contents\n\nThis library supports the following transaction types ([EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)):\n\n- [Gas Fee Market Transactions (EIP-1559)](#gas-fee-market-transactions-eip-1559)\n- [Access List Transactions (EIP-2930)](#access-list-transactions-eip-2930)\n- [Blob Transactions (EIP-4844)](#blob-transactions-eip-4844)\n- [EOA Code Transaction (EIP-7702)](#eoa-code-transaction-eip-7702)\n- [Legacy Transactions](#legacy-transactions) (original Ethereum txs)\n\n### Gas Fee Market Transactions (EIP-1559)\n\n- Class: `FeeMarketEIP1559Tx`\n- EIP: [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559)\n- Activation: `london`\n- Type: `2`\n\nThis is the recommended tx type starting with the activation of the `london` HF, see the following code snippet for an example on how to instantiate:\n\n```ts\n// ./examples/londonTx.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport type { FeeMarketEIP1559TxData } from '@ethereumjs/tx'\nimport { createFeeMarket1559Tx } from '@ethereumjs/tx'\nimport { bytesToHex } from '@ethereumjs/util'\n\nconst common = new Common({ chain: Mainnet, hardfork: Hardfork.London })\n\nconst txData: FeeMarketEIP1559TxData = {\n  data: '0x1a8451e600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',\n  gasLimit: '0x02625a00',\n  maxPriorityFeePerGas: '0x01',\n  maxFeePerGas: '0xff',\n  nonce: '0x00',\n  to: '0xcccccccccccccccccccccccccccccccccccccccc',\n  value: '0x0186a0',\n  v: '0x01',\n  r: '0xafb6e247b1c490e284053c87ab5f6b59e219d51f743f7a4d83e400782bc7e4b9',\n  s: '0x479a268e0e0acd4de3f1e28e4fac2a6b32a4195e8dfa9d19147abe8807aa6f64',\n  chainId: '0x01',\n  accessList: [],\n  type: '0x02',\n}\n\nconst tx = createFeeMarket1559Tx(txData, { common })\nconsole.log(bytesToHex(tx.hash())) // 0x6f9ef69ccb1de1aea64e511efd6542541008ced321887937c95b03779358ec8a\n\n```\n\n### Access List Transactions (EIP-2930)\n\n- Class: `AccessListEIP2930Tx`\n- EIP: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930)\n- Activation: `berlin`\n- Type: `1`\n\nThis transaction type has been introduced along the `berlin` HF. See the following code snippet for an example on how to instantiate:\n\n```ts\n// ./examples/accessListTx.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport type { AccessList2930TxData } from '@ethereumjs/tx'\nimport { createAccessList2930Tx } from '@ethereumjs/tx'\nimport { bytesToHex } from '@ethereumjs/util'\n\nconst common = new Common({ chain: Mainnet, hardfork: Hardfork.Berlin })\n\nconst txData: AccessList2930TxData = {\n  data: '0x1a8451e600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',\n  gasLimit: '0x02625a00',\n  gasPrice: '0x01',\n  nonce: '0x00',\n  to: '0xcccccccccccccccccccccccccccccccccccccccc',\n  value: '0x0186a0',\n  v: '0x01',\n  r: '0xafb6e247b1c490e284053c87ab5f6b59e219d51f743f7a4d83e400782bc7e4b9',\n  s: '0x479a268e0e0acd4de3f1e28e4fac2a6b32a4195e8dfa9d19147abe8807aa6f64',\n  chainId: '0x01',\n  accessList: [\n    {\n      address: '0x0000000000000000000000000000000000000101',\n      storageKeys: [\n        '0x0000000000000000000000000000000000000000000000000000000000000000',\n        '0x00000000000000000000000000000000000000000000000000000000000060a7',\n      ],\n    },\n  ],\n  type: '0x01',\n}\n\nconst tx = createAccessList2930Tx(txData, { common })\nconsole.log(bytesToHex(tx.hash())) // 0x9150cdebad74e88b038e6c6b964d99af705f9c0883d7f0bbc0f3e072358f5b1d\n\n```\n\nFor generating access lists from tx data based on a certain network state there is a `reportAccessList` option\non the `VM.runTx()` method of the `@ethereumjs/vm` `TypeScript` VM implementation.\n\n### Blob Transactions (EIP-4844 / EIP-7594)\n\n- Class: `BlobEIP4844Tx`\n- EIPs: [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844), [EIP-7594](https://eips.ethereum.org/EIPS/eip-7594)\n- Activation: `cancun` (EIP-4844), `osaka` (EIP-7594)\n- Type: `3`\n\n#### Introduction\n\nThis library supports the blob transaction type introduced with [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844).\nAdditionally it is able to process blobs in the \"PeerDAS way\" - introduced with [EIP-7594](https://eips.ethereum.org/EIPS/eip-7594) along the\n`osaka` hardfork and generate cell proofs instead of blob proofs.\n\n**Note:** This functionality needs a manual KZG library installation and global initialization, see [KZG Setup](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx/README.md#kzg-setup) for instructions.\n\n#### Example\n\nSee the following code snippet for an example on how to create a blob transaction, one for EIP-4844 only \nand one taking EIP-7594 into the mix:\n\n```ts\n// ./examples/blobTx.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport type { BlobEIP4844TxData } from '@ethereumjs/tx'\nimport { createBlob4844Tx } from '@ethereumjs/tx'\nimport { bytesToHex, getBlobs, randomBytes } from '@ethereumjs/util'\nimport { trustedSetup } from '@paulmillr/trusted-setups/fast-peerdas.js'\nimport { KZG as microEthKZG } from 'micro-eth-signer/kzg.js'\n\nconst main = async () => {\n  const kzg = new microEthKZG(trustedSetup)\n  // EIP-4844 only\n  const common4844 = new Common({\n    chain: Mainnet,\n    hardfork: Hardfork.Cancun,\n    customCrypto: { kzg },\n  })\n\n  // EIP-4844 and EIP-7594\n  const common4844and7594 = new Common({\n    chain: Mainnet,\n    hardfork: Hardfork.Osaka,\n    customCrypto: { kzg },\n  })\n  const setups = [\n    {\n      title: 'Blob transaction (EIP-4844 only)',\n      common: common4844,\n      proofAmountComment: 'one proof per blob',\n    },\n    {\n      title: 'Blob transaction (EIP-4844 + EIP-7594)',\n      common: common4844and7594,\n      proofAmountComment: '128 cells per blob + one proof per cell -> NUM_BLOBS * 128 proofs',\n    },\n  ]\n\n  for (const setup of setups) {\n    console.log(`\\n${setup.title}:`)\n    console.log('---------------------------------------')\n\n    const blobsData = ['blob 1', 'blob 2', 'blob 3']\n    console.log(`Blobs (Data) : \"${blobsData.join('\", \"')}\"`)\n    // Final format, filled with a lot of 0s, added marker\n    const blobs = getBlobs(blobsData)\n\n    console.log('Generating tx...')\n\n    const txData: BlobEIP4844TxData = {\n      data: '0x1a8451e600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',\n      gasLimit: 16_000_000n,\n      maxPriorityFeePerGas: '0x01',\n      maxFeePerGas: '0xff',\n      maxFeePerBlobGas: '0xfff',\n      nonce: '0x00',\n      to: '0xcccccccccccccccccccccccccccccccccccccccc',\n      value: '0x0186a0',\n      v: '0x01',\n      r: '0xafb6e247b1c490e284053c87ab5f6b59e219d51f743f7a4d83e400782bc7e4b9',\n      s: '0x479a268e0e0acd4de3f1e28e4fac2a6b32a4195e8dfa9d19147abe8807aa6f64',\n      chainId: '0x01',\n      accessList: [],\n      type: '0x05',\n      blobs,\n    }\n\n    const tx = createBlob4844Tx(txData, { common: setup.common })\n\n    console.log(`Tx hash               : ${bytesToHex(tx.hash())}`)\n    console.log(`Num blobs             : ${tx.numBlobs()}`)\n    console.log(`Blob versioned hashes : ${tx.blobVersionedHashes.join(', ')}`)\n    console.log(`KZG commitments       : ${tx.kzgCommitments!.join(', ')}`)\n    console.log(`First KZG (cell) proof: ${tx.kzgProofs![0]}`)\n    console.log(`Num KZG (cell) proofs : ${tx.kzgProofs!.length} (${setup.proofAmountComment})`)\n  }\n\n  // To send a transaction via RPC, you can something like this:\n  // const rawTx = tx.sign(privateKeyBytes).serializeNetworkWrapper()\n  // myRPCClient.request('eth_sendRawTransaction', [rawTx]) // submits a transaction via RPC\n  //\n  // Also see ./sendRawSepoliaTx.ts example\n}\n\nvoid main()\n\n```\n\n**Note:** `versionedHashes` and `kzgCommitments` have a real length of 32 bytes, `blobs` have a real length of `4096` bytes and values are trimmed here for brevity.\n\nYou can either pass in blobs as the initial `blobsData` (the data you want to store in the blob) - and the final `blobs` format (filled with a lot of 0s, added marker) will be derived for you - or you can pass in the final `blobs` format directly as bytes. `versionedHashes`, `kzgCommitments` and `kzgProofs` are either derived or taken from the values passed in.\n\nThe `kzgProofs` field is used for both blob proofs (EIP-4844) and cell proofs (EIP-7594). Note that the amount of proofs increases by a factor of 128 when EIP-7594 is activated, since proofs are then computed per cell instead of per blob (128 cells per blob).\n\nFor manually deriving commitments, proofs and versioned hashes, there are dedicated helpers available in the [@ethereumjs/util](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/util) package.\n\n#### Serialization\n\nBlob transactions can be serialized in two ways.\n1) `tx.serialize()` - the standard serialization returns an RLP-encoded `Uint8Array` that conforms to the transaction as represented after it is included in a block \n2) `tx.serializeNetworkWrapper()` - this serialization format includes the `blobs` in the encoded data and is the format specified for transactions that are being submitted to/gossipped around the mempool.  **If you are constructing a transaction to submit via JSON-RPC, use this format.**\n\nSee the [Send Raw Sepolia Tx](./examples/sendRawSepoliaTx.ts) example for a detailed example on how to send a blob transaction via JSON-RPC.\n\nSee the [Blob Transaction Tests](./test/eip4844.spec.ts) for additional examples of usage in instantiating, serializing, and deserializing these transactions.\n\n### EOA Code Transaction (EIP-7702)\n\n- Class: `EOACodeEIP7702Tx`\n- EIP: [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702)\n- Activation: `prague`\n- Type: `4`\n\nThis tx type lets you run code in the context of an EOA, extending the functionality available to an otherwise limited account.\n\nThe following is a simple example how to use an `EOACodeEIP7702Tx` with one authorization list item:\n\n```ts\n// ./examples/EOACodeTx.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport { createEOACode7702Tx } from '@ethereumjs/tx'\nimport { type PrefixedHexString, createAddressFromPrivateKey, randomBytes } from '@ethereumjs/util'\n\nconst ones32 = `0x${'01'.repeat(32)}` as PrefixedHexString\n\nconst common = new Common({ chain: Mainnet, hardfork: Hardfork.Cancun, eips: [7702] })\nconst tx = createEOACode7702Tx(\n  {\n    authorizationList: [\n      {\n        chainId: '0x2',\n        address: `0x${'20'.repeat(20)}`,\n        nonce: '0x1',\n        yParity: '0x1',\n        r: ones32,\n        s: ones32,\n      },\n    ],\n    to: createAddressFromPrivateKey(randomBytes(32)),\n  },\n  { common },\n)\n\nconsole.log(\n  `EIP-7702 EOA code tx created with ${tx.authorizationList.length} authorization list item(s).`,\n)\n```\n\n### Legacy Transactions\n\n- Class: `LegacyTx`\n- Activation: `chainstart` (with modifications along the road, see HF section below)\n- Type: `0` (internal)\n\nLegacy transactions are still valid transactions within Ethereum `mainnet` but will likely be deprecated at some point.\nSee this [example script](./examples/transactions.ts) or the following code example on how to use.\n\n```ts\n// ./examples/legacyTx.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport type { LegacyTxData } from '@ethereumjs/tx'\nimport { createLegacyTx } from '@ethereumjs/tx'\nimport { bytesToHex, hexToBytes } from '@ethereumjs/util'\n\nconst txData: LegacyTxData = {\n  nonce: '0x0',\n  gasPrice: '0x09184e72a000',\n  gasLimit: '0x2710',\n  to: '0x0000000000000000000000000000000000000000',\n  value: '0x00',\n  data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057',\n}\n\nconst common = new Common({ chain: Mainnet, hardfork: Hardfork.Istanbul })\nconst tx = createLegacyTx(txData, { common })\n\nconst privateKey = hexToBytes('0xe331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109')\n\nconst signedTx = tx.sign(privateKey)\n\nconst _serializedTx = signedTx.serialize()\nconsole.log(bytesToHex(signedTx.hash())) // 0x894b72d87f8333fccd29d1b3aca39af69d97a6bc281e7e7a3a60640690a3cd2b\n\n```\n\n## Transaction Factory\n\nIf you only know at runtime which tx type will be used within your code or if you want to keep your code transparent to tx types, this library comes with a `TransactionFactory` for your convenience which can be used as follows:\n\n```ts\n// ./examples/txFactory.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport { Capability, createTx } from '@ethereumjs/tx'\n\nimport type { EIP1559CompatibleTx } from '@ethereumjs/tx'\n\nconst common = new Common({ chain: Mainnet, hardfork: Hardfork.London })\n\nconst txData = { type: 2, maxFeePerGas: BigInt(20) } // Creates an EIP-1559 compatible transaction\nconst tx = createTx(txData, { common })\n\nif (tx.supports(Capability.EIP1559FeeMarket)) {\n  console.log(\n    `The max fee per gas for this transaction is ${(tx as EIP1559CompatibleTx).maxFeePerGas}`,\n  )\n}\n```\n\nThe correct tx type class for instantiation will then be chosen at runtime based on the data provided as an input.\n\n`TransactionFactory` supports the following static constructor methods:\n\n- `public static fromTxData(txData: TxData | AccessListEIP2930TxData, txOptions: TxOptions = {})`\n- `public static fromSerializedData(data: Uint8Array, txOptions: TxOptions = {})`\n- `public static fromBlockBodyData(data: Uint8Array | Uint8Array[], txOptions: TxOptions = {})`\n- `public static async fromJsonRpcProvider(provider: string | EthersProvider, txHash: string, txOptions?: TxOptions)`\n\n## KZG Setup\n\nThis library fully supports `EIP-4844` blob transactions. For blob transactions and other KZG related proof functionality (e.g. for EVM precompiles) KZG has to be manually installed and initialized in the `common` instance to be used in instantiating blob transactions.\n\nAs a first step add the [micro-eth-signer](https://github.com/paulmillr/micro-eth-signer) package for KZG and [@paulmillr/trusted-setups](https://github.com/paulmillr/trusted-setups) for the trusted setup data as dependencies to your `package.json` file and install the libraries. Then initialization can be done like the following:\n\n```ts\n// ./examples/initKzg.ts\n\nimport { Common, Hardfork, Mainnet } from '@ethereumjs/common'\nimport { trustedSetup } from '@paulmillr/trusted-setups/fast-peerdas.js'\nimport { KZG as microEthKZG } from 'micro-eth-signer/kzg.js'\n\nconst main = async () => {\n  const kzg = new microEthKZG(trustedSetup)\n  // Instantiate `common`\n  const common = new Common({\n    chain: Mainnet,\n    hardfork: Hardfork.Cancun,\n    customCrypto: { kzg },\n  })\n\n  console.log(common.customCrypto.kzg) // should output the KZG API as an object\n}\n\nvoid main()\n```\n\nNote: We did not want to directly bundle because bundle sizes are large due to the large trusted setup inclusion (especially for the mainnet trusted setup).\n\n## Sending a Transaction\n\n### L2 Support\n\nThis library has been tested to work with various L2 networks. To set an associated chainID, use the `createCustomCommon()` constructor from our `Common` library. The following is a simple example to send a tx to the xDai chain:\n\n```ts\n// ./examples/l2tx.ts\n\nimport { Mainnet, createCustomCommon } from '@ethereumjs/common'\nimport { createLegacyTx } from '@ethereumjs/tx'\nimport { bytesToHex, createAddressFromString, hexToBytes } from '@ethereumjs/util'\n\nconst pk = hexToBytes('0x076247989df60a82f6e86e58104368676096f84e60972282ee00d4673a2bc9b9')\n// xDai chain ID\nconst common = createCustomCommon({ chainId: 100 }, Mainnet)\nconst to = createAddressFromString('0x256e8f0ba532ad83a0debde7501669511a41a1f3')\n\nconst txData = {\n  nonce: 0,\n  gasPrice: 1000000000,\n  gasLimit: 21000,\n  to,\n  value: 1,\n}\n\nconst tx = createLegacyTx(txData, { common })\nconst signedTx = tx.sign(pk)\nconsole.log(bytesToHex(signedTx.hash())) // 0xbf98f6f8700812ed6f2314275070256e11945fa48afd80fb301265f6a41a2dc2\n```\n\n## Browser\n\nWe provide hybrid ESM/CJS builds for all our libraries. With the v10 breaking release round from Spring 2025, all libraries are \"pure-JS\" by default and we have eliminated all hard-wired WASM code. Additionally we have substantially lowered the bundle sizes, reduced the number of dependencies, and cut out all usages of Node.js-specific primitives (like the Node.js event emitter).\n\nIt is easily possible to run a browser build of one of the EthereumJS libraries within a modern browser using the provided ESM build. For a setup example see [./examples/browser.html](./examples/browser.html).\n\n## Hardware Wallets\n\n### Ledger\n\nTo sign a tx with a hardware or external wallet use `tx.getMessageToSign()` to return an [EIP-155](https://eips.ethereum.org/EIPS/eip-155) compliant unsigned tx.\n\nA legacy transaction will return a Buffer list of the values, and a Typed Transaction ([EIP-2718](https://eips.ethereum.org/EIPS/eip-2718)) will return the serialized output.\n\nHere is an example of signing txs with `@ledgerhq/hw-app-eth` with `v6.45.4` and `@ledgerhq/hw-transport-node-hid` with `v6.29.5`:\n```ts\n// examples/ledgerSigner.mts\n\nimport { Common, Sepolia } from '@ethereumjs/common'\nimport { RLP } from '@ethereumjs/rlp'\nimport {\n  type FeeMarketEIP1559TxData,\n  type LegacyTxData,\n  createFeeMarket1559Tx,\n  createLegacyTx,\n} from '@ethereumjs/tx'\nimport { bytesToHex } from '@ethereumjs/util'\nimport Eth from '@ledgerhq/hw-app-eth'\nimport TransportNodeHid from '@ledgerhq/hw-transport-node-hid'\n\nconst transport = await TransportNodeHid.default.open()\nconst eth = new Eth.default(transport)\nconst common = new Common({ chain: Sepolia })\n\n// Signing with the first key of the derivation path\nconst bip32Path = \"44'/60'/0'/0/0\"\n\nconst legacyTxData: LegacyTxData = {\n  nonce: '0x0',\n  gasPrice: '0x09184e72a000',\n  gasLimit: '0x2710',\n  to: '0x0000000000000000000000000000000000000000',\n  value: '0x00',\n  data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057',\n}\n\nconst eip1559TxData: FeeMarketEIP1559TxData = {\n  data: '0x1a8451e600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000',\n  gasLimit: '0x02625a00',\n  maxPriorityFeePerGas: '0x01',\n  maxFeePerGas: '0xff',\n  nonce: '0x00',\n  to: '0xcccccccccccccccccccccccccccccccccccccccc',\n  value: '0x0186a0',\n  accessList: [],\n  type: '0x02',\n}\n\nconst run = async () => {\n  // Signing a legacy tx\n  const tx1 = createLegacyTx(legacyTxData, { common })\n  const unsignedTx1 = tx1.getMessageToSign()\n  // Ledger signTransaction API expects it to be serialized\n  // Ledger returns unprefixed hex strings without 0x for v, r, s values\n  const { v, r, s } = await eth.signTransaction(\n    bip32Path,\n    bytesToHex(RLP.encode(unsignedTx1)).slice(2),\n    null,\n  )\n  const signedTx1 = tx1.addSignature(BigInt(`0x${v}`), BigInt(`0x${r}`), BigInt(`0x${s}`))\n  const from = signedTx1.getSenderAddress().toString()\n  console.log(`signedTx: ${bytesToHex(tx1.serialize())}\\nfrom: ${from}`)\n\n  // Signing a 1559 tx\n  const tx2 = createFeeMarket1559Tx(eip1559TxData, { common })\n  // Ledger returns unprefixed hex strings without 0x for v, r, s values\n  const unsignedTx2 = tx2.getMessageToSign()\n  const { v2, r2, s2 } = await eth.signTransaction(\n    bip32Path,\n    bytesToHex(unsignedTx2).slice(2),\n    null,\n  )\n  const signedTx2 = tx2.addSignature(BigInt(`0x${v2}`), BigInt(`0x${r2}`), BigInt(`0x${s2}`))\n  const from2 = signedTx2.getSenderAddress().toString()\n  console.log(`signedTx: ${bytesToHex(tx2.serialize())}\\nfrom: ${from2}`)\n}\n\nrun()\n\n```\n\n## API\n\n### Docs\n\nGenerated TypeDoc API [Documentation](./docs/README.md)\n\n### Hybrid CJS/ESM Builds\n\nWith the breaking releases from Summer 2023 we have started to ship our libraries with both CommonJS (`cjs` folder) and ESM builds (`esm` folder), see `package.json` for the detailed setup.\n\nIf you use an ES6-style `import` in your code files from the ESM build will be used:\n\n```ts\nimport { EthereumJSClass } from '@ethereumjs/[PACKAGE_NAME]'\n```\n\nIf you use Node.js specific `require`, the CJS build will be used:\n\n```ts\nconst { EthereumJSClass } = require('@ethereumjs/[PACKAGE_NAME]')\n```\n\nUsing ESM will give you additional advantages over CJS beyond browser usage like static code analysis / Tree Shaking which CJS can not provide.\n\n## EthereumJS\n\nThe `EthereumJS` GitHub organization and its repositories are managed by members of the former Ethereum Foundation JavaScript team and the broader Ethereum community. If you want to join for work or carry out improvements on the libraries see the [developer docs](../../DEVELOPER.md) for an overview of current standards and tools and review our [code of conduct](../../CODE_OF_CONDUCT.md).\n\n## License\n\n[MPL-2.0](<https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)>)\n\n[discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue\n[discord-link]: https://discord.gg/TNwARpR\n[tx-npm-badge]: https://img.shields.io/npm/v/@ethereumjs/tx.svg\n[tx-npm-link]: https://www.npmjs.com/package/@ethereumjs/tx\n[tx-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-monorepo/package:%20tx?label=issues\n[tx-issues-link]: https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aopen+is%3Aissue+label%3A\"package%3A+tx\"\n[tx-actions-badge]: https://github.com/ethereumjs/ethereumjs-monorepo/workflows/Tx/badge.svg\n[tx-actions-link]: https://github.com/ethereumjs/ethereumjs-monorepo/actions?query=workflow%3A%22Tx%22\n[tx-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/branch/master/graph/badge.svg?flag=tx\n[tx-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx\n","_attachments":{},"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"},"license":"MPL-2.0"}