setNonce method

dynamic setNonce(
  1. dynamic nonce
)

Implementation

setNonce(nonce) {
  this.nonce = nonce;
  return this;
}