Verifies that the public key is associated with the provided address
bool verifyAddress(String address) { return toSuiAddress() == address; }