publicKey property

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

The public key used for compiling a transaction with a signature.

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get publicKey => $_getN(6);
  1. @TagNumber.new(7)
set publicKey (List<int> v)

Implementation

@$pb.TagNumber(7)
set publicKey($core.List<$core.int> v) {
  $_setBytes(6, v);
}