Function achievement::ecdsa::public_key  
source · pub async fn public_key() -> Result<PublicKeyReply, String>Expand description
Retrieves the public key for ECDSA.
§Returns
Result<PublicKeyReply, String>- The public key in hexadecimal format.