gasLimit property

BigInt gasLimit
inherited

The maximum amount of gas that this block was permitted to use.

This is a value that can be voted up or voted down by miners and is used to automatically adjust the bandwidth requirements of the network.

Implementation

BigInt get gasLimit => impl.gasLimit.toBigInt;