setGasOwner method

void setGasOwner(
  1. String owner
)

Implementation

void setGasOwner(String owner) {
	_blockData.gasConfig.owner = owner;
}