returns the hash160 hex string of the public key
String toHash160({bool compressed = true}) { final bytes = hexToBytes(toHex(compressed: compressed)); return bytesToHex(hash160(bytes)); }