nonce property

  1. @TagNumber(10)
List<int> nonce

Nonce value used to derive the proof. If not specified, a random nonce will be generated. This value may be represented in base64 format in the proof model.

Implementation

@$pb.TagNumber(10)
$core.List<$core.int> get nonce => $_getN(4);
  1. @TagNumber(10)
void nonce=(List<int> v)

Implementation

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