nonce property

  1. @TagNumber(3)
Int64 get nonce

The nonce is used to track the connection

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get nonce => $_getI64(2);
  1. @TagNumber(3)
set nonce (Int64 value)

Implementation

@$pb.TagNumber(3)
set nonce($fixnum.Int64 value) => $_setInt64(2, value);