From 6f30d43c5858b9f80a0750c4e77deceae5f36f8d Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 21 Nov 2023 09:36:52 +0100 Subject: [PATCH] Add doc --- sdk/src/client/secret/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/src/client/secret/mod.rs b/sdk/src/client/secret/mod.rs index 19fe7dc2c2..7293ccfd24 100644 --- a/sdk/src/client/secret/mod.rs +++ b/sdk/src/client/secret/mod.rs @@ -71,6 +71,8 @@ pub trait SecretManage: Send + Sync { type Error: std::error::Error + Send + Sync; /// Generates public keys. + /// + /// For `coin_type`, see also . async fn generate_ed25519_public_keys( &self, coin_type: u32,