gasPrice method

TxBuilder gasPrice(
  1. String gasPrice
)

Implementation

TxBuilder gasPrice(String gasPrice) {
  _txParam.setGasPrice = gasPrice;
  return this;
}