Function has_explicit_prices
Source pub fn has_explicit_prices(evm_data: &EvmTransactionData) -> bool
Expand description
Checks if an EVM transaction data has explicit prices.
§Arguments
evm_data
- The EVM transaction data to check
§Returns
A bool
indicating whether the transaction data has explicit prices.