File tree Expand file tree Collapse file tree 7 files changed +54
-1
lines changed Expand file tree Collapse file tree 7 files changed +54
-1
lines changed Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control
2
+ // history.
3
+ //
4
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
8
+ // licenses.
9
+
1
10
//! Message, request, and other primitive types used to implement bLIP-51 / LSPS1.
2
11
3
12
use alloc:: string:: String ;
Original file line number Diff line number Diff line change 3
3
//
4
4
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
5
// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
- // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option. You may not use this file except in accordance with one or both of these
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
7
8
// licenses.
8
9
9
10
//! Contains the main bLIP-52 / LSPS2 client object, [`LSPS2ClientHandler`].
Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control
2
+ // history.
3
+ //
4
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
8
+ // licenses.
9
+
1
10
//! Message, request, and other primitive types used to implement bLIP-52 / LSPS2.
2
11
3
12
use alloc:: string:: String ;
Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control
2
+ // history.
3
+ //
4
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
8
+ // licenses.
9
+
1
10
use alloc:: vec:: Vec ;
2
11
3
12
use lightning:: ln:: channelmanager:: InterceptId ;
Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control history.
2
+ //
3
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5
+ // http://opensource.org/licenses/MIT>, at your option.
6
+ // You may not use this file except in accordance with one or both of these licenses.
7
+
1
8
//! Utilities for implementing the bLIP-52 / LSPS2 standard.
2
9
3
10
use crate :: lsps2:: msgs:: LSPS2OpeningFeeParams ;
Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control
2
+ // history.
3
+ //
4
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
8
+ // licenses.
9
+
1
10
use alloc:: string:: ToString ;
2
11
use alloc:: vec:: Vec ;
3
12
Original file line number Diff line number Diff line change
1
+ // This file is Copyright its original authors, visible in version control
2
+ // history.
3
+ //
4
+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5
+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7
+ // You may not use this file except in accordance with one or both of these
8
+ // licenses.
9
+
1
10
//! Holds types and traits used to implement message queues for [`LSPSMessage`]s.
2
11
3
12
use alloc:: collections:: VecDeque ;
You can’t perform that action at this time.
0 commit comments