publicKey property

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

Public key used for signing. Please note it can be tweaked in case of P2TR scriptPubkey.

Implementation

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

Implementation

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