gasUsed property

BigInt gasUsed
inherited

The total amount of gas used by all transactions in this block.

Implementation

BigInt get gasUsed => impl.gasUsed.toBigInt;