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.
pub async fn ecdsa_public_key(
arg: EcdsaPublicKeyArgument,
) -> CallResult<(EcdsaPublicKeyResponse,)>
Return a SEC1 encoded ECDSA public key for the given canister using the given derivation path.