refactor: add doc comment

This commit is contained in:
thesimplekid
2024-04-12 22:10:43 +01:00
parent 391692e332
commit 324d3c028f

View File

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