nonce property

  1. @TagNumber.new(7)
List<int> get nonce

The last 8 bytes of latest transaction hash

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get nonce => $_getN(6);
  1. @TagNumber.new(7)
set nonce (List<int> v)

Implementation

@$pb.TagNumber(7)
set nonce($core.List<$core.int> v) {
  $_setBytes(6, v);
}