Struct breez_sdk_core::binding::LnUrlWithdrawRequest
pub struct LnUrlWithdrawRequest {
pub data: LnUrlWithdrawRequestData,
pub amount_msat: u64,
pub description: Option<String>,
}
Fields§
§data: LnUrlWithdrawRequestData
Request data containing information on how to call the lnurl withdraw
endpoint. Typically retrieved by calling parse()
on a lnurl withdraw
input.
amount_msat: u64
The amount to withdraw from the lnurl withdraw endpoint. Must be between
min_withdrawable
and max_withdrawable
.
description: Option<String>
Optional description that will be put in the payment request for the lnurl withdraw endpoint.
Trait Implementations§
§impl Debug for LnUrlWithdrawRequest
impl Debug for LnUrlWithdrawRequest
§impl<'de> Deserialize<'de> for LnUrlWithdrawRequest
impl<'de> Deserialize<'de> for LnUrlWithdrawRequest
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LnUrlWithdrawRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LnUrlWithdrawRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for LnUrlWithdrawRequest
impl Serialize for LnUrlWithdrawRequest
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for LnUrlWithdrawRequest
impl RefUnwindSafe for LnUrlWithdrawRequest
impl Send for LnUrlWithdrawRequest
impl Sync for LnUrlWithdrawRequest
impl Unpin for LnUrlWithdrawRequest
impl UnwindSafe for LnUrlWithdrawRequest
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
§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
§impl<T> Downcast for Twhere
T: AsAny + ?Sized,
impl<T> Downcast for Twhere
T: AsAny + ?Sized,
§fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
Forward to the method defined on the type
Any
.§fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
Forward to the method defined on the type
Any
.§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