pub struct FetchPaymentProposedFeesResponse {
pub swap_id: String,
pub fees_sat: u64,
pub payer_amount_sat: u64,
pub receiver_amount_sat: u64,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::fetch_payment_proposed_fees.
Fields§
§swap_id: String
§fees_sat: u64
§payer_amount_sat: u64
Amount sent by the swap payer
receiver_amount_sat: u64
Amount that will be received if these fees are accepted
Trait Implementations§
Source§impl Clone for FetchPaymentProposedFeesResponse
impl Clone for FetchPaymentProposedFeesResponse
Source§fn clone(&self) -> FetchPaymentProposedFeesResponse
fn clone(&self) -> FetchPaymentProposedFeesResponse
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 moreSource§impl IntoDart for FetchPaymentProposedFeesResponse
impl IntoDart for FetchPaymentProposedFeesResponse
Source§impl IntoIntoDart<FetchPaymentProposedFeesResponse> for FetchPaymentProposedFeesResponse
impl IntoIntoDart<FetchPaymentProposedFeesResponse> for FetchPaymentProposedFeesResponse
impl IntoDartExceptPrimitive for FetchPaymentProposedFeesResponse
Auto Trait Implementations§
impl Freeze for FetchPaymentProposedFeesResponse
impl RefUnwindSafe for FetchPaymentProposedFeesResponse
impl Send for FetchPaymentProposedFeesResponse
impl Sync for FetchPaymentProposedFeesResponse
impl Unpin for FetchPaymentProposedFeesResponse
impl UnwindSafe for FetchPaymentProposedFeesResponse
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,
§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
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