Update auto-generated bindings to include ln-transaction-sync
[ldk-c-bindings] / lightning-c-bindings / src / lightning / ln / mod.rs
index 4b764893263b680f7ac3673111a8ea13deed0d71..8b6586145790897fbd709ad4dfe62dfe830c25c8 100644 (file)
@@ -20,15 +20,17 @@ use alloc::{vec::Vec, boxed::Box};
 pub mod onion_payment;
 pub mod channelmanager;
 pub mod channel_keys;
+pub mod channel_state;
 pub mod inbound_payment;
 pub mod msgs;
 pub mod peer_handler;
 pub mod chan_utils;
 pub mod features;
 pub mod script;
+pub mod types;
 pub mod outbound_payment;
 pub mod wire;
-mod channel_id {
+mod peer_channel_encryptor {
 
 use alloc::str::FromStr;
 use alloc::string::String;
@@ -40,7 +42,7 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 }
-mod peer_channel_encryptor {
+mod channel {
 
 use alloc::str::FromStr;
 use alloc::string::String;
@@ -51,8 +53,7 @@ use crate::c_types::*;
 #[cfg(feature="no-std")]
 use alloc::{vec::Vec, boxed::Box};
 
-}
-mod channel {
+mod state_flags {
 
 use alloc::str::FromStr;
 use alloc::string::String;
@@ -63,7 +64,9 @@ use crate::c_types::*;
 #[cfg(feature="no-std")]
 use alloc::{vec::Vec, boxed::Box};
 
-mod state_flags {
+}
+}
+mod onion_utils {
 
 use alloc::str::FromStr;
 use alloc::string::String;
@@ -75,8 +78,7 @@ use crate::c_types::*;
 use alloc::{vec::Vec, boxed::Box};
 
 }
-}
-mod onion_utils {
+mod interactivetxs {
 
 use alloc::str::FromStr;
 use alloc::string::String;