setNonce method

void setNonce(
  1. int nonce
)

Implementation

void setNonce(int nonce) {
  this._nonce = nonce;
}