pub trait EvmTransactionDataTrait { // Required methods fn is_legacy(&self) -> bool; fn is_eip1559(&self) -> bool; fn is_speed(&self) -> bool; }