mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 22:44:22 +01:00
SDK events framework (#193)
* Add events framework * Adapt RN codegen and add synced event * Only use get_connection internally
This commit is contained in:
@@ -9,7 +9,7 @@ use crate::generator::RNConfig;
|
||||
pub use uniffi_bindgen::bindings::swift::gen_swift::*;
|
||||
|
||||
static IGNORED_FUNCTIONS: Lazy<HashSet<String>> = Lazy::new(|| {
|
||||
let list: Vec<&str> = vec!["connect"];
|
||||
let list: Vec<&str> = vec!["connect", "add_event_listener"];
|
||||
HashSet::from_iter(list.into_iter().map(|s| s.to_string()))
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user