Struct breez_sdk_liquid::MoonpayProvider
pub struct MoonpayProvider { /* private fields */ }
Implementations§
§impl MoonpayProvider
impl MoonpayProvider
pub fn new(breez_server: Arc<BreezServer>) -> MoonpayProvider
Trait Implementations§
§impl BuyBitcoinProviderApi for MoonpayProvider
impl BuyBitcoinProviderApi for MoonpayProvider
§fn buy_bitcoin<'life0, 'async_trait>(
&'life0 self,
address: String,
locked_amount_sat: Option<u64>,
max_amount_sat: Option<u64>,
redirect_url: Option<String>,
) -> Pin<Box<dyn Future<Output = Result<String, Error>> + Send + 'async_trait>>where
'life0: 'async_trait,
MoonpayProvider: 'async_trait,
fn buy_bitcoin<'life0, 'async_trait>(
&'life0 self,
address: String,
locked_amount_sat: Option<u64>,
max_amount_sat: Option<u64>,
redirect_url: Option<String>,
) -> Pin<Box<dyn Future<Output = Result<String, Error>> + Send + 'async_trait>>where
'life0: 'async_trait,
MoonpayProvider: 'async_trait,
Configure buying Bitcoin and return a URL to continue
Auto Trait Implementations§
impl Freeze for MoonpayProvider
impl !RefUnwindSafe for MoonpayProvider
impl Send for MoonpayProvider
impl Sync for MoonpayProvider
impl Unpin for MoonpayProvider
impl !UnwindSafe for MoonpayProvider
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