Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some types in transaction schema (#552)
* Fix transaction type for EIP-4844 transaction. According to https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4844.md The type should be `Bytes1(0x03)` * Fix missing required fields in AccessListEntry According to https://eips.ethereum.org/EIPS/eip-2930 > For the transaction to be valid, accessList must be of type [[{20 bytes}, [{32 bytes}...]]...]
- Loading branch information