uncompressed property

List<int> get uncompressed

Gets the uncompressed representation of the public key as a List

Implementation

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