nonce method

TxBuilder nonce(
  1. int nonce
)

Implementation

TxBuilder nonce(int nonce) {
  _txParam.setNonce = nonce;
  return this;
}