Struct lightning_signer::invoice::bolt12::UnsignedBolt12Invoice
source · pub struct UnsignedBolt12Invoice<'a> { /* private fields */ }Expand description
A semantically valid Bolt12Invoice that hasn’t been signed.
Implementations§
source§impl<'a> UnsignedBolt12Invoice<'a>
impl<'a> UnsignedBolt12Invoice<'a>
sourcepub fn signing_pubkey(&self) -> PublicKey
pub fn signing_pubkey(&self) -> PublicKey
The public key corresponding to the key needed to sign the invoice.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UnsignedBolt12Invoice<'a>
impl<'a> Send for UnsignedBolt12Invoice<'a>
impl<'a> Sync for UnsignedBolt12Invoice<'a>
impl<'a> Unpin for UnsignedBolt12Invoice<'a>
impl<'a> UnwindSafe for UnsignedBolt12Invoice<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more