Struct breez_sdk_liquid::model::PrepareRefundResponse
source · pub struct PrepareRefundResponse {
pub tx_vsize: u32,
pub tx_fee_sat: u64,
pub refund_tx_id: Option<String>,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::prepare_refund.
Fields§
§tx_vsize: u32
§tx_fee_sat: u64
§refund_tx_id: Option<String>
Trait Implementations§
source§impl Debug for PrepareRefundResponse
impl Debug for PrepareRefundResponse
source§impl IntoDart for PrepareRefundResponse
impl IntoDart for PrepareRefundResponse
source§impl IntoIntoDart<PrepareRefundResponse> for PrepareRefundResponse
impl IntoIntoDart<PrepareRefundResponse> for PrepareRefundResponse
fn into_into_dart(self) -> PrepareRefundResponse
source§impl Serialize for PrepareRefundResponse
impl Serialize for PrepareRefundResponse
impl IntoDartExceptPrimitive for PrepareRefundResponse
Auto Trait Implementations§
impl Freeze for PrepareRefundResponse
impl RefUnwindSafe for PrepareRefundResponse
impl Send for PrepareRefundResponse
impl Sync for PrepareRefundResponse
impl Unpin for PrepareRefundResponse
impl UnwindSafe for PrepareRefundResponse
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