pub struct LightningPaymentLimitsResponse {
pub send: Limits,
pub receive: Limits,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::fetch_lightning_limits.
Fields§
§send: Limits
Amount limits for a Send Payment to be valid
receive: Limits
Amount limits for a Receive Payment to be valid
Trait Implementations§
source§impl IntoDart for LightningPaymentLimitsResponse
impl IntoDart for LightningPaymentLimitsResponse
source§impl IntoIntoDart<LightningPaymentLimitsResponse> for LightningPaymentLimitsResponse
impl IntoIntoDart<LightningPaymentLimitsResponse> for LightningPaymentLimitsResponse
fn into_into_dart(self) -> LightningPaymentLimitsResponse
impl IntoDartExceptPrimitive for LightningPaymentLimitsResponse
Auto Trait Implementations§
impl Freeze for LightningPaymentLimitsResponse
impl RefUnwindSafe for LightningPaymentLimitsResponse
impl Send for LightningPaymentLimitsResponse
impl Sync for LightningPaymentLimitsResponse
impl Unpin for LightningPaymentLimitsResponse
impl UnwindSafe for LightningPaymentLimitsResponse
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