EthFeeSettings

Fully qualified path: sncast_std::EthFeeSettings

#[derive(Drop, Copy, Debug, Serde, PartialEq)]
pub struct EthFeeSettings {
    pub max_fee: Option<felt252>,
}