Update auto-generated bindings with lightning-invoice
[ldk-c-bindings] / lightning-c-bindings / src / lightning / ln / mod.rs
1 // This file is Copyright its original authors, visible in version control
2 // history and in the source files from which this was generated.
3 //
4 // This file is licensed under the license available in the LICENSE or LICENSE.md
5 // file in the root of this repository or, if no such file exists, the same
6 // license as that which applies to the original source files from which this
7 // source was automatically generated.
8
9 //! High level lightning structs and impls live here.
10 //!
11 //! You probably want to create a channelmanager::ChannelManager, and a routing::NetGraphMsgHandler first.
12 //! Then, you probably want to pass them both on to a peer_handler::PeerManager and use that to
13 //! create/manage connections and call get_and_clear_pending_events after each action, handling
14 //! them appropriately.
15 //!
16 //! When you want to open/close a channel or send a payment, call into your ChannelManager and when
17 //! you want to learn things about the network topology (eg get a route for sending a payment),
18 //! call into your NetGraphMsgHandler.
19
20 use std::str::FromStr;
21 use std::ffi::c_void;
22 use bitcoin::hashes::Hash;
23 use crate::c_types::*;
24
25 pub mod channelmanager;
26 pub mod msgs;
27 pub mod peer_handler;
28 pub mod chan_utils;
29 pub mod features;
30 mod onchaintx {
31
32 use std::str::FromStr;
33 use std::ffi::c_void;
34 use bitcoin::hashes::Hash;
35 use crate::c_types::*;
36
37 }
38 mod peer_channel_encryptor {
39
40 use std::str::FromStr;
41 use std::ffi::c_void;
42 use bitcoin::hashes::Hash;
43 use crate::c_types::*;
44
45 }
46 mod channel {
47
48 use std::str::FromStr;
49 use std::ffi::c_void;
50 use bitcoin::hashes::Hash;
51 use crate::c_types::*;
52
53 }
54 mod onion_utils {
55
56 use std::str::FromStr;
57 use std::ffi::c_void;
58 use bitcoin::hashes::Hash;
59 use crate::c_types::*;
60
61 }
62 mod wire {
63
64 use std::str::FromStr;
65 use std::ffi::c_void;
66 use bitcoin::hashes::Hash;
67 use crate::c_types::*;
68
69 }