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+
110//! Message, request, and other primitive types used to implement bLIP-51 / LSPS1.
211
312use alloc:: string:: String ;
Original file line number Diff line number Diff line change 33//
44// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
55// 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
78// licenses.
89
910//! 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+
110//! Message, request, and other primitive types used to implement bLIP-52 / LSPS2.
211
312use 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+
110use alloc:: vec:: Vec ;
211
312use 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+
18//! Utilities for implementing the bLIP-52 / LSPS2 standard.
29
310use 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+
110use alloc:: string:: ToString ;
211use alloc:: vec:: Vec ;
312
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+
110//! Holds types and traits used to implement message queues for [`LSPSMessage`]s.
211
312use alloc:: collections:: VecDeque ;
You can’t perform that action at this time.
0 commit comments