nonce property

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

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); }