pub async fn ecdsa_public_key(
    arg: EcdsaPublicKeyArgument
) -> CallResult<(EcdsaPublicKeyResponse,)>
Expand description

Return a SEC1 encoded ECDSA public key for the given canister using the given derivation path.

See IC method ecdsa_public_key.