nonce property

  1. @TagNumber.new(10)
int get nonce

Nonce (should be larger than in the last transaction of the account)

Implementation

@$pb.TagNumber(10)
$core.int get nonce => $_getIZ(9);
  1. @TagNumber.new(10)
set nonce (int v)

Implementation

@$pb.TagNumber(10)
set nonce($core.int v) {
  $_setUnsignedInt32(9, v);
}