pub struct ClaimDepositRequest {
pub txid: String,
pub vout: u32,
pub max_fee: Option<MaxFee>,
pub max_instant_fee_bps: Option<u32>,
}Fields§
§txid: String§vout: u32§max_fee: Option<MaxFee>§max_instant_fee_bps: Option<u32>Set to request an instant (0-conf) claim instead of waiting for the
deposit to mature, bounding the SSP spread at this many basis points of
the deposit value (100 bps = 1%). When set, the call takes the instant
path and max_fee is ignored.
Auto Trait Implementations§
impl Freeze for ClaimDepositRequest
impl RefUnwindSafe for ClaimDepositRequest
impl Send for ClaimDepositRequest
impl Sync for ClaimDepositRequest
impl Unpin for ClaimDepositRequest
impl UnsafeUnpin for ClaimDepositRequest
impl UnwindSafe for ClaimDepositRequest
Blanket Implementations§
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>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> 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