Struct breez_sdk_liquid::model::PayOnchainRequest
source · pub struct PayOnchainRequest {
pub address: String,
pub prepare_response: PreparePayOnchainResponse,
}
Expand description
An argument when calling crate::sdk::LiquidSdk::pay_onchain.
Fields§
§address: String
§prepare_response: PreparePayOnchainResponse
Trait Implementations§
source§impl Debug for PayOnchainRequest
impl Debug for PayOnchainRequest
source§impl IntoDart for PayOnchainRequest
impl IntoDart for PayOnchainRequest
source§impl IntoIntoDart<PayOnchainRequest> for PayOnchainRequest
impl IntoIntoDart<PayOnchainRequest> for PayOnchainRequest
fn into_into_dart(self) -> PayOnchainRequest
source§impl Serialize for PayOnchainRequest
impl Serialize for PayOnchainRequest
impl IntoDartExceptPrimitive for PayOnchainRequest
Auto Trait Implementations§
impl Freeze for PayOnchainRequest
impl RefUnwindSafe for PayOnchainRequest
impl Send for PayOnchainRequest
impl Sync for PayOnchainRequest
impl Unpin for PayOnchainRequest
impl UnwindSafe for PayOnchainRequest
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