nonce property

  1. @TagNumber.new(7)
Int64 get nonce

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

Implementation

@$pb.TagNumber(7)
$fixnum.Int64 get nonce => $_getI64(6);
  1. @TagNumber.new(7)
set nonce (Int64 v)

Implementation

@$pb.TagNumber(7)
set nonce($fixnum.Int64 v) {
  $_setInt64(6, v);
}