alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
653 stars 236 forks source link

Add trait method `Transaction::is_dynamic_fee` #1638

Closed emhane closed 1 week ago

emhane commented 1 week ago

Motivation

Migrate reth utility method https://github.com/paradigmxyz/reth/pull/12437#discussion_r1837882648

Solution

Adds trait method alloy_consensus::Transaction::is_dynamic_fee

PR Checklist