setNonce property

void setNonce=(int nonce)

Implementation

set setNonce(int nonce) {
  this.nonce = nonce;
}