Mark several types no-export which should be exported eventually
[rust-lightning] / lightning / src / offers / invoice.rs
index 3681f442427c28cdadee24c9d8e5f3a706e95eb6..5b898ee69a7573b5528c2be8c8b1fbf060f53a7b 100644 (file)
@@ -586,6 +586,8 @@ impl Bolt12Invoice {
        }
 
        /// Signature of the invoice verified using [`Bolt12Invoice::signing_pubkey`].
+       ///
+       /// This is not exported to bindings users as Signature is not yet mapped.
        pub fn signature(&self) -> Signature {
                self.signature
        }