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 value)

Implementation

@$pb.TagNumber(10)
set nonce($core.int value) => $_setUnsignedInt32(9, value);