keyIdentifier property

List<int> get keyIdentifier

Gets the key identifier, which is the hash of the compressed public key.

Implementation

List<int> get keyIdentifier {
  return QuickCrypto.hash160(pubKey.compressed);
}