p2pk property

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

Pay-to-Public-Key, specify the public key.

Implementation

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

Implementation

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