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.
pub async fn schnorr_public_key(
arg: SchnorrPublicKeyArgument,
) -> CallResult<(SchnorrPublicKeyResponse,)>
Return a SEC1 encoded Schnorr public key for the given canister using the given derivation path.