Open jonathanpwang opened 8 months ago
https://github.com/gakonst/ethers-rs/blob/5394d899adca736a602e316e6f0c06fdb5aa64b9/ethers-core/src/types/transaction/response.rs#L514
This and the fields below it do not rename to camelCase, so they will not actually deserialize from the RPC provider response.
It's also missing the deposit_receipt_version field.
deposit_receipt_version
https://github.com/gakonst/ethers-rs/blob/5394d899adca736a602e316e6f0c06fdb5aa64b9/ethers-core/src/types/transaction/response.rs#L514
This and the fields below it do not rename to camelCase, so they will not actually deserialize from the RPC provider response.