withNonce method

InvokeBuilder withNonce(
  1. BigInt n
)

Implementation

InvokeBuilder withNonce(BigInt n) {
  nonce = n;
  return this;
}