Explorar el Código

refactor: add doc comment

thesimplekid hace 1 año
padre
commit
324d3c028f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      crates/cdk/src/client.rs

+ 2 - 0
crates/cdk/src/client.rs

@@ -1,3 +1,5 @@
+//! Wallet HTTP wallet client
+
 use reqwest::Client;
 use serde_json::Value;
 use url::Url;