nonce property

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

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