compressed property

List<int> get compressed

Gets the compressed representation of the public key as a List

Implementation

List<int> get compressed {
  return pubKey.compressed;
}