cumulativeGasUsed property

BigInt cumulativeGasUsed

For the block this transaction was included in, this is the sum of the gas used by each transaction in the ordered list of transactions up to (and including) this transaction.

This is generally of little interest to developers.

Implementation

BigInt get cumulativeGasUsed => impl.cumulativeGasUsed.toBigInt;