-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend EIP 4844 transaction toJson data to include additional fields (#…
…3365) * Add networkWrapperToJson with extended eip 4844 data included * Test networkWrapperToJson function * Fix linting issue * Add docstring * Update packages/tx/test/eip4844.spec.ts Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Update packages/tx/src/eip4844Transaction.ts Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Update packages/tx/src/eip4844Transaction.ts Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> * Rename ExtendedJsonTx to JsonBlobTxNetworkWrapper --------- Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters