nonceAccountPrivateKey property

  1. @TagNumber(3)
List<int> get nonceAccountPrivateKey

Optional for building pre-signing hash of a transaction

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get nonceAccountPrivateKey => $_getN(2);
  1. @TagNumber(3)
set nonceAccountPrivateKey (List<int> v)

Implementation

@$pb.TagNumber(3)
set nonceAccountPrivateKey($core.List<$core.int> v) {
  $_setBytes(2, v);
}