If it's deployed on the blockchain, then yes. In this case you can use the get_public_key
get method and retrieve it.
If it's not deployed on the blockchain, then no, since the address is a hash of code and data.
Is it possible to get the public key of a wallet (WalletContractV4) knowing only its address?
If it's deployed on the blockchain, then yes. In this case you can use the get_public_key
get method and retrieve it.
If it's not deployed on the blockchain, then no, since the address is a hash of code and data.