Struct breez_sdk_liquid::lightning::blinded_path::payment::ReceiveTlvs
pub struct ReceiveTlvs {
pub payment_secret: PaymentSecret,
pub payment_constraints: PaymentConstraints,
}
Expand description
Data to construct a BlindedHop
for receiving a payment. This payload is custom to LDK and
may not be valid if received by another lightning implementation.
Fields§
§payment_secret: PaymentSecret
Used to authenticate the sender of a payment to the receiver and tie MPP HTLCs together.
payment_constraints: PaymentConstraints
Constraints for the receiver of this payment.
Trait Implementations§
§impl Clone for ReceiveTlvs
impl Clone for ReceiveTlvs
§fn clone(&self) -> ReceiveTlvs
fn clone(&self) -> ReceiveTlvs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ReceiveTlvs
impl Debug for ReceiveTlvs
§impl Readable for ReceiveTlvs
impl Readable for ReceiveTlvs
§fn read<R>(r: &mut R) -> Result<ReceiveTlvs, DecodeError>where
R: Read,
fn read<R>(r: &mut R) -> Result<ReceiveTlvs, DecodeError>where
R: Read,
Reads a
Self
in from the given Read
.§impl Writeable for ReceiveTlvs
impl Writeable for ReceiveTlvs
Auto Trait Implementations§
impl Freeze for ReceiveTlvs
impl RefUnwindSafe for ReceiveTlvs
impl Send for ReceiveTlvs
impl Sync for ReceiveTlvs
impl Unpin for ReceiveTlvs
impl UnwindSafe for ReceiveTlvs
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request