sdk: add blocking client and wallet as feature

This commit is contained in:
thesimplekid
2023-08-17 13:58:19 +01:00
parent 9ead2ea507
commit 1aedf3f2bc
8 changed files with 343 additions and 6 deletions

View File

@@ -21,6 +21,9 @@ use cashu::Amount;
#[cfg(target_arch = "wasm32")]
use gloo::net::http::Request;
#[cfg(feature = "blocking")]
pub mod blocking;
pub use cashu::Bolt11Invoice;
#[derive(Debug)]