ic_cdk::api::management_canister::schnorr

Function schnorr_public_key

Source
pub async fn schnorr_public_key(
    arg: SchnorrPublicKeyArgument,
) -> CallResult<(SchnorrPublicKeyResponse,)>
Expand description

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

See IC method schnorr_public_key.