nlordell / ethrpc-rs

Ethereum transport-agnositic JSON RPC implementation
Apache License 2.0
2 stars 2 forks source link

Unify `TransactionKind` and `TransactionReceiptKind` If Possible #5

Closed nlordell closed 1 year ago

nlordell commented 1 year ago

If possible, TransactionKind and TransactionReceiptKind should be one and the same - whether it is possible depends on what additional fields they carry.

nlordell commented 1 year ago

Fixed types to include 4844.

The kinds can't be shared because they have different associated fields.