]> git.bitcoin.ninja Git - rust-lightning/commit
`crate`-only several BOLT12 methods that require unbounded generics
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 03:03:38 +0000 (03:03 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 14 May 2024 20:46:40 +0000 (20:46 +0000)
commit7721b8d4db5351629fb17509a1a71a1772f605e4
tree263f0b4fee6ba9cf3c7cf7fc35cccc1daf1120be
parenta93e17c3300993e47ba5630d0e513cf53da24f5d
`crate`-only several BOLT12 methods that require unbounded generics

These are not expressible in C/most languages, and thus must be
hidden.
lightning/src/offers/invoice.rs
lightning/src/offers/invoice_request.rs