Gets the key identifier, which is the hash of the compressed public key.
List<int> get keyIdentifier { return QuickCrypto.hash160(pubKey.compressed); }