setGasLimit method
Sets the gas limit for the Ethereum transaction.
Throws a MessageException
if the provided gas limit is null
.
Implementation
void setGasLimit(BigInt gasLimit) {
_gasLimit = gasLimit;
_replaceTr();
}
Sets the gas limit for the Ethereum transaction.
Throws a MessageException
if the provided gas limit is null
.
void setGasLimit(BigInt gasLimit) {
_gasLimit = gasLimit;
_replaceTr();
}