Skip to content

Commit

Permalink
feat: add total_gas_consumed to ExecutionResources
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahakShama committed Jun 26, 2024
1 parent 5565e52 commit f65897a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ pub struct ExecutionResources {
pub memory_holes: u64,
pub da_gas_consumed: GasVector,
pub gas_consumed: GasVector,
pub total_gas_consumed: GasVector,
}

#[derive(Hash, Debug, Deserialize, Serialize, Clone, Eq, PartialEq)]
Expand Down

0 comments on commit f65897a

Please sign in to comment.