1 2 3 4 5 6 7
pub struct TxContext { pub max_priority_fee_per_gas: u128, pub max_fee_per_gas: u128, }