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
The amount to send
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 Send for PreparePayOnchainRequest
impl Sync for PreparePayOnchainRequest
impl RefUnwindSafe for PreparePayOnchainRequest
impl Unpin for PreparePayOnchainRequest
impl UnwindSafe for PreparePayOnchainRequest
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
§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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§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