compressed property

List<int> get compressed

Gets the compressed representation of the public key.

Implementation

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