Returns the first 4 bytes of the hash160 compressed public key.
@override Uint8List get fingerprint { var identifier = hash160(compressed(q!)); return Uint8List.view(identifier.buffer, 0, 4); }