setGasBudget method

void setGasBudget(
  1. BigInt budget
)

Implementation

void setGasBudget(BigInt budget) {
	_blockData.gasConfig.budget = budget;
}