Struct breez_sdk_liquid::model::PreparePayOnchainRequest
source · pub struct PreparePayOnchainRequest {
pub amount: PayAmount,
pub fee_rate_sat_per_vbyte: Option<u32>,
}
Expand description
An argument when calling crate::sdk::LiquidSdk::prepare_pay_onchain.
Fields§
§amount: PayAmount
§fee_rate_sat_per_vbyte: Option<u32>
The optional fee rate of the Bitcoin claim transaction in sat/vB. Defaults to the swapper estimated claim fee.
Trait Implementations§
source§impl Clone for PreparePayOnchainRequest
impl Clone for PreparePayOnchainRequest
source§fn clone(&self) -> PreparePayOnchainRequest
fn clone(&self) -> PreparePayOnchainRequest
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 Debug for PreparePayOnchainRequest
impl Debug for PreparePayOnchainRequest
source§impl IntoDart for PreparePayOnchainRequest
impl IntoDart for PreparePayOnchainRequest
source§impl IntoIntoDart<PreparePayOnchainRequest> for PreparePayOnchainRequest
impl IntoIntoDart<PreparePayOnchainRequest> for PreparePayOnchainRequest
fn into_into_dart(self) -> PreparePayOnchainRequest
source§impl Serialize for PreparePayOnchainRequest
impl Serialize for PreparePayOnchainRequest
impl IntoDartExceptPrimitive for PreparePayOnchainRequest
Auto Trait Implementations§
impl Freeze for PreparePayOnchainRequest
impl RefUnwindSafe for PreparePayOnchainRequest
impl Send for PreparePayOnchainRequest
impl Sync for PreparePayOnchainRequest
impl Unpin for PreparePayOnchainRequest
impl UnwindSafe for PreparePayOnchainRequest
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§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