uncompressed property

List<int> get uncompressed

Gets the uncompressed representation of the public ke

Implementation

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