setGasPrice method

void setGasPrice(
  1. BigInt price
)

Implementation

void setGasPrice(BigInt price) {
	_blockData.gasConfig.price = price;
}