nonce property

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

192-bit nonce used to derive the per-cork root key.

Implementation

@$pb.TagNumber(2)
$core.List<$core.int> get nonce => $_getN(1);
  1. @TagNumber.new(2)
set nonce (List<int> value)

Implementation

@$pb.TagNumber(2)
set nonce($core.List<$core.int> value) => $_setBytes(1, value);