nonce property

  1. @TagNumber(21)
int get nonce

Implementation

@$pb.TagNumber(21)
$core.int get nonce => $_getIZ(3);
  1. @TagNumber(21)
set nonce (int v)

Implementation

@$pb.TagNumber(21)
set nonce($core.int v) { $_setSignedInt32(3, v); }