pub type LNURLResolutionFuture<'a> = Pin<Box<dyn Future<Output = Result<Bolt11Invoice, &'static str>> + Send + 'a>>;Expand description
A future which resolves to a Bolt11Invoice.
Aliased Typeยง
pub struct LNURLResolutionFuture<'a> { /* private fields */ }