@@ -10,4 +10,6 @@ pub mod utils;
pub use bitcoin::Amount;
pub use lightning_invoice::Invoice;
+pub use crate::client::Error;
+
pub type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;