Struct breez_sdk_liquid::model::PrepareLnUrlPayResponse
source · pub struct PrepareLnUrlPayResponse {
pub destination: SendDestination,
pub fees_sat: u64,
pub success_action: Option<SuccessAction>,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::prepare_lnurl_pay.
Fields§
§destination: SendDestination
The destination of the payment
fees_sat: u64
The fees in satoshis to send the payment
success_action: Option<SuccessAction>
The unprocessed LUD-09 success action. This will be processed and decrypted if needed after calling crate::sdk::LiquidSdk::lnurl_pay
Trait Implementations§
source§impl Debug for PrepareLnUrlPayResponse
impl Debug for PrepareLnUrlPayResponse
source§impl IntoDart for PrepareLnUrlPayResponse
impl IntoDart for PrepareLnUrlPayResponse
source§impl IntoIntoDart<PrepareLnUrlPayResponse> for PrepareLnUrlPayResponse
impl IntoIntoDart<PrepareLnUrlPayResponse> for PrepareLnUrlPayResponse
fn into_into_dart(self) -> PrepareLnUrlPayResponse
source§impl Serialize for PrepareLnUrlPayResponse
impl Serialize for PrepareLnUrlPayResponse
impl IntoDartExceptPrimitive for PrepareLnUrlPayResponse
Auto Trait Implementations§
impl Freeze for PrepareLnUrlPayResponse
impl RefUnwindSafe for PrepareLnUrlPayResponse
impl Send for PrepareLnUrlPayResponse
impl Sync for PrepareLnUrlPayResponse
impl Unpin for PrepareLnUrlPayResponse
impl UnwindSafe for PrepareLnUrlPayResponse
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
§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