pub async fn sign_with_ecdsa(
    arg: SignWithEcdsaArgument
) -> CallResult<(SignWithEcdsaResponse,)>
Expand description

Return a new ECDSA signature of the given message_hash that can be separately verified against a derived ECDSA public key.

See IC method sign_with_ecdsa.